Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebogh committed Mar 10, 2022
1 parent b0b3c6b commit fcdfeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/places/places.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func (m Metrics) MarshalJSON() ([]byte, error) {
Alias
AvgLookupTime string
}{
AvgLookupTime: fmt.Sprintf("%s", m.AvgLookupTime),
AvgLookupTime: fmt.Sprint(m.AvgLookupTime),
Alias: (Alias)(m),
})
}
Expand Down

0 comments on commit fcdfeb4

Please sign in to comment.