formatting: parens go with version commit, not date

This commit is contained in:
AJ ONeal 2020-10-20 23:35:35 +00:00
parent 665b0d2729
commit 87804a18fa
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func usage() {
}
func ver() string {
return fmt.Sprintf("%s v%s %s (%s)", name, version, commit[:7], date)
return fmt.Sprintf("%s v%s (%s) %s", name, version, commit[:7], date)
}
type job struct {