chore: format
This commit is contained in:
@@ -61,7 +61,7 @@ fn main() {
|
|||||||
|
|
||||||
let file = args.file;
|
let file = args.file;
|
||||||
if !file.is_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(
|
let file_name = args.file_name.unwrap_or_else(
|
||||||
|| file.file_name().map(
|
|| file.file_name().map(
|
||||||
|
|||||||
Reference in New Issue
Block a user