style: use linter to style the code
This commit is contained in:
parent
e0f87d7ef9
commit
998274cef3
5 changed files with 32 additions and 32 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
func verifyGitAvailable() error {
|
||||
_, err := exec.LookPath("git")
|
||||
if err != nil {
|
||||
return err
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue