Skip to content

Commit 74882cd

Browse files
committed
gofumpt
1 parent 3642338 commit 74882cd

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
@@ -1854,7 +1854,7 @@ type constNativeHistogram struct {
18541854
zeroBucket uint64
18551855
}
18561856

1857-
func NewconstNativeHistogram(desc *Desc, count uint64, sum float64, postiveBuckets map[int]int64, negativeBuckets map[int]int64, zeroBucket uint64,
1857+
func NewconstNativeHistogram(desc *Desc, count uint64, sum float64, postiveBuckets, negativeBuckets map[int]int64, zeroBucket uint64,
18581858
labelPairs []*dto.LabelPair, nativeHistogramSchema int32, nativeHistogramZeroThreshold float64,
18591859
nativeHistogramMaxZeroThreshold float64, nativeHistogramMaxBuckets uint32,
18601860
nativeHistogramMinResetDuration time.Duration,

0 commit comments

Comments
 (0)