Browse Source

Fix a new compile-time warning

Benjamin Sago 5 năm trước cách đây
mục cha
commit
4a108c1786
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/fs/feature/git.rs

+ 1 - 1
src/fs/feature/git.rs

@@ -211,7 +211,7 @@ fn repo_to_statuses(repo: &git2::Repository, workdir: &Path) -> Git {
             }
         }
         Err(e) => {
-            error!("Error looking up Git statuses: {:?}", e)
+            error!("Error looking up Git statuses: {:?}", e);
         }
     }