mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Adjust to newest gofumpt
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
7ee1836ef5
commit
08efde4de5
|
@ -257,7 +257,6 @@ type regularBucketIterator struct {
|
||||||
currCount int64 // Count in the current bucket.
|
currCount int64 // Count in the current bucket.
|
||||||
currIdx int32 // The actual bucket index.
|
currIdx int32 // The actual bucket index.
|
||||||
currLower, currUpper float64 // Limits of the current bucket.
|
currLower, currUpper float64 // Limits of the current bucket.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func newRegularBucketIterator(h *Histogram, positive bool) *regularBucketIterator {
|
func newRegularBucketIterator(h *Histogram, positive bool) *regularBucketIterator {
|
||||||
|
|
Loading…
Reference in a new issue