Skip to content

Commit

Permalink
chore: linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joan-s-molas committed Jul 18, 2024
1 parent e2fb87b commit 0da54a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (c *dockerHealthCollector) collectMetrics(ch chan<- prometheus.Metric) {
}
return 0
}
mapcopy := func(src map[string]string) prometheus.Labels {
mapcopy := func(_ map[string]string) prometheus.Labels {
dst := map[string]string{}
for k, v := range labels {
dst[k] = v
Expand Down

0 comments on commit 0da54a1

Please sign in to comment.