Skip to content

Commit

Permalink
chore(style): go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Jan 17, 2023
1 parent 7498181 commit 4284ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/mango/mango.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func mango() {
if err != nil && !os.IsExist(err) {
logger.WithFields(log.Fields{
"err": err,
"path": logDir,
"path": logDir,
}).Fatal("Failed to create persistent directory for logs")
}
viper.Set("mango.log-dir", logDir)
Expand Down
2 changes: 1 addition & 1 deletion internal/metrics/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func init() {
"version": config.Version,
"commit": config.Commit,
"build_date": config.BuildDate,
"goversion": self.GetRuntimeVersion(),
"goversion": self.GetRuntimeVersion(),
},
},
func() float64 { return 1 },
Expand Down

0 comments on commit 4284ef2

Please sign in to comment.