mirror of
https://github.com/grdl/git-get.git
synced 2026-02-06 11:02:57 +00:00
Fix issues found by perfsprint linter
This commit is contained in:
@@ -62,7 +62,7 @@ func Version() string {
|
||||
return fmt.Sprintf("git-get %s (%s)", version, commit[:7])
|
||||
}
|
||||
|
||||
return fmt.Sprintf("git-get %s", version)
|
||||
return "git-get " + version
|
||||
}
|
||||
|
||||
// Gitconfig represents gitconfig file.
|
||||
|
||||
Reference in New Issue
Block a user