Explorar o código

refactor(clippy): clippy::semicolon_if_nothing_returned

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
82c5614604
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/fs/feature/git.rs

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

@@ -397,7 +397,7 @@ impl f::SubdirGitRepo{
                     return Self{status : f::SubdirGitRepoStatus::GitClean, branch};
                     return Self{status : f::SubdirGitRepoStatus::GitClean, branch};
                 }
                 }
                 Err(e) => {
                 Err(e) => {
-                    error!("Error looking up Git statuses: {:?}", e)
+                    error!("Error looking up Git statuses: {:?}", e);
                 }
                 }
             }
             }
         }
         }