mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Make linter happy
Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
parent
583e746a82
commit
f644c5867f
|
@ -13,9 +13,7 @@ import (
|
|||
"github.com/prometheus/prometheus/tsdb/chunks"
|
||||
)
|
||||
|
||||
var (
|
||||
errAsyncBlockWriterNotRunning = errors.New("asyncBlockWriter doesn't run anymore")
|
||||
)
|
||||
var errAsyncBlockWriterNotRunning = errors.New("asyncBlockWriter doesn't run anymore")
|
||||
|
||||
// asyncBlockWriter runs a background goroutine that writes series and chunks to the block asynchronously.
|
||||
type asyncBlockWriter struct {
|
||||
|
|
Loading…
Reference in a new issue