Skip to content

Commit

Permalink
Ran make fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita Bohara <[email protected]>
  • Loading branch information
Ashmita152 committed Jun 10, 2021
1 parent cc67f80 commit 466ba5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/version/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ func NewInfoMetrics(infoMetrics metrics.Factory) *InfoMetrics {
var info InfoMetrics

buildTags := map[string]string{
"revision": commitSHA,
"version": latestVersion,
"revision": commitSHA,
"version": latestVersion,
"build_date": date,
}
metrics.Init(&info, infoMetrics, buildTags)
info.BuildInfo.Update(1)

return &info
}
}

0 comments on commit 466ba5d

Please sign in to comment.