Skip to content

Commit f2e2f24

Browse files
authored
Update main.rs
1 parent 42f0072 commit f2e2f24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ fn write_outputs(
3838
std::process::exit(1);
3939
}
4040
};
41-
4241
let file_name = &format!("{}.{}", key, output_extension);
4342
let mut file = match File::create(output_directory.join(file_name)) {
4443
Ok(file) => file,

0 commit comments

Comments
 (0)