chore: format

This commit is contained in:
2023-03-05 17:44:24 +08:00
parent 0179b22e17
commit 8dda36da48

View File

@@ -61,7 +61,7 @@ fn main() {
let file = args.file;
if !file.is_file() {
failure_and_exit!("File: {:?} not exists or it not a file.", file)
failure_and_exit!("File: {:?} not exists or it not a file.", file);
}
let file_name = args.file_name.unwrap_or_else(
|| file.file_name().map(