FIX: cargo fmt issue

This commit is contained in:
Nicolás Hatcher
2025-09-28 12:50:08 +02:00
committed by Nicolás Hatcher Andrés
parent 0f8f345aae
commit 8844b80c51

View File

@@ -25,7 +25,7 @@ fn main() {
&args[2]
} else {
let file_path = path::Path::new(file_name);
let base_name = file_path.file_stem().unwrap().to_str().unwrap();
let base_name = file_path.file_stem().unwrap().to_str().unwrap();
&format!("{base_name}.ic")
};