Skip to content

Commit 6641349

Browse files
committed
Space formatting
Signed-off-by: Shivanth <[email protected]>
1 parent e4bcce0 commit 6641349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/histogram.go

+1-1
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)