Adjust to newest gofumpt

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2022-04-05 18:35:01 +02:00
parent 7ee1836ef5
commit 08efde4de5

View file

@ -257,7 +257,6 @@ type regularBucketIterator struct {
currCount int64 // Count in the current bucket.
currIdx int32 // The actual bucket index.
currLower, currUpper float64 // Limits of the current bucket.
}
func newRegularBucketIterator(h *Histogram, positive bool) *regularBucketIterator {