mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-23 03:34:35 -08:00
Fix gofumpt linter error
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
a9ed61e91f
commit
f2bf0f0303
|
@ -1056,9 +1056,7 @@ func (c *LeveledCompactor) populateBlock(blocks []BlockReader, minT, maxT int64,
|
||||||
defer blockWriters[ix].closeAsync() // Make sure to close writer to stop goroutine.
|
defer blockWriters[ix].closeAsync() // Make sure to close writer to stop goroutine.
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var chksIter chunks.Iterator
|
||||||
chksIter chunks.Iterator
|
|
||||||
)
|
|
||||||
|
|
||||||
set := sets[0]
|
set := sets[0]
|
||||||
if len(sets) > 1 {
|
if len(sets) > 1 {
|
||||||
|
|
Loading…
Reference in a new issue