Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanthzen committed Oct 16, 2024
1 parent 3642338 commit 74882cd
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 @@ -1854,7 +1854,7 @@ type constNativeHistogram struct {
zeroBucket uint64
}

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

0 comments on commit 74882cd

Please sign in to comment.