Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Sep 12, 2024
1 parent e14e7a6 commit dc7f2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func formatSettingsMetricName(gp GougingParams, name string) (metrics []promethe
return 0
}(),
})
if name == "gouging" { //upload setting already has renterd_upload_currentheight
if name == "gouging" { // upload setting already has renterd_upload_currentheight
metrics = append(metrics, prometheus.Metric{
Name: "renterd_gouging_currentheight",
Labels: map[string]any{
Expand Down

0 comments on commit dc7f2b3

Please sign in to comment.