From 8dda36da4819e673469f851363b3a815504c3807 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 5 Mar 2023 17:44:24 +0800 Subject: [PATCH] chore: format --- post-rs/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-rs/src/main.rs b/post-rs/src/main.rs index a171fca..e933264 100644 --- a/post-rs/src/main.rs +++ b/post-rs/src/main.rs @@ -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(