FIX: cargo fmt issue
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
0f8f345aae
commit
8844b80c51
@@ -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")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user