This commit is contained in:
2026-01-23 10:41:47 -07:00
parent 4452d3210e
commit d82a3d263e
2 changed files with 21 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ use crate::app::{
#[cfg(test)]
use crate::app::app::App;
pub const LEN: usize = 1000;
pub const LEN: usize = 1001;
pub const CSV_EXT: &str = "csv";
pub const CUSTOM_EXT: &str = "nscim";