code cleanup

This commit is contained in:
2026-01-27 10:52:18 -07:00
parent 69c7ebf24b
commit 626b8ff4eb
3 changed files with 32 additions and 7 deletions

View File

@@ -17,6 +17,11 @@ use crate::app::{
#[cfg(test)]
use crate::app::app::App;
pub fn get_header_size() -> usize {
let row_header_width = LEN.to_string().len();
row_header_width
}
pub const LEN: usize = 1001;
pub const CSV_EXT: &str = "csv";
pub const CUSTOM_EXT: &str = "nscim";