From 08efde4de565af1ecd9e85b1eb8e6de208f66d08 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 5 Apr 2022 18:35:01 +0200 Subject: [PATCH] Adjust to newest gofumpt Signed-off-by: beorn7 --- model/histogram/histogram.go | 1 - 1 file changed, 1 deletion(-) diff --git a/model/histogram/histogram.go b/model/histogram/histogram.go index d2063d77f4..1c6acf5713 100644 --- a/model/histogram/histogram.go +++ b/model/histogram/histogram.go @@ -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 {