Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgottlieb committed Oct 21, 2024
1 parent ae45a55 commit f3c9810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdc/custom_format.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func writeDatum(time int64, prev, curr []float32, output io.Writer) {
}
}

var notStructError = errors.New("Stats object is not a struct")
var notStructError = errors.New("stats object is not a struct")

func isNumeric(kind reflect.Kind) bool {
return kind == reflect.Bool ||
Expand Down

0 comments on commit f3c9810

Please sign in to comment.