Skip to content

Commit

Permalink
Space formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Shivanth <[email protected]>
  • Loading branch information
shivanthzen committed Nov 3, 2024
1 parent e4bcce0 commit 6641349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/histogram.go
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ func NewConstNativeHistogram(
return nil, err
}
if schema > nativeHistogramSchemaMaximum || schema < nativeHistogramSchemaMinimum {
return nil, fmt.Errorf("invalid native histogram schema ")
return nil, fmt.Errorf("invalid native histogram schema")
}
if err := validateCount(sum, count, negativeBuckets, positiveBuckets, zeroBucket); err != nil {
return nil, err
Expand Down

0 comments on commit 6641349

Please sign in to comment.