style: use linter to style the code

This commit is contained in:
Simon Cornet 2025-03-05 09:20:50 +01:00
commit 998274cef3
5 changed files with 32 additions and 32 deletions

View file

@ -7,7 +7,7 @@ import (
func verifyGitAvailable() error {
_, err := exec.LookPath("git")
if err != nil {
return err
return err
}
return nil
return nil
}