Make linter happy

Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
Marco Pracucci 2022-02-10 15:32:02 +01:00
parent 583e746a82
commit f644c5867f
No known key found for this signature in database
GPG key ID: 74C1BD403D2DF9B5

View file

@ -13,9 +13,7 @@ import (
"github.com/prometheus/prometheus/tsdb/chunks" "github.com/prometheus/prometheus/tsdb/chunks"
) )
var ( var errAsyncBlockWriterNotRunning = errors.New("asyncBlockWriter doesn't run anymore")
errAsyncBlockWriterNotRunning = errors.New("asyncBlockWriter doesn't run anymore")
)
// asyncBlockWriter runs a background goroutine that writes series and chunks to the block asynchronously. // asyncBlockWriter runs a background goroutine that writes series and chunks to the block asynchronously.
type asyncBlockWriter struct { type asyncBlockWriter struct {