Skip to content

Commit ce07baf

Browse files
committed
Space formatting
1 parent 99da9a5 commit ce07baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/histogram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ func NewConstNativeHistogram(
19151915
return nil, err
19161916
}
19171917
if schema > nativeHistogramSchemaMaximum || schema < nativeHistogramSchemaMinimum {
1918-
return nil, fmt.Errorf("invalid native histogram schema ")
1918+
return nil, fmt.Errorf("invalid native histogram schema")
19191919
}
19201920
if err := validateCount(sum, count, negativeBuckets, positiveBuckets, zeroBucket); err != nil {
19211921
return nil, err

0 commit comments

Comments
 (0)