Apply linter autofixes: internal/globals, log, models, pidlock, s3 (refs #61)
This commit is contained in:
@@ -50,5 +50,6 @@ func (g *Globals) ShortCommit() string {
|
||||
if len(g.Commit) > 12 {
|
||||
return g.Commit[:12]
|
||||
}
|
||||
|
||||
return g.Commit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user