Skip to content

Commit 3f13486

Browse files
committed
lint
Signed-off-by: Ben Ye <[email protected]>
1 parent 14b8d77 commit 3f13486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/storage/tsdb/multilevel_cache.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ package tsdb
22

33
import (
44
"context"
5+
"sync"
6+
57
"github.com/oklog/ulid"
68
"github.com/prometheus/client_golang/prometheus"
79
"github.com/prometheus/client_golang/prometheus/promauto"
810
"github.com/prometheus/prometheus/model/labels"
911
"github.com/prometheus/prometheus/storage"
1012
storecache "github.com/thanos-io/thanos/pkg/store/cache"
11-
"sync"
1213
)
1314

1415
const (

0 commit comments

Comments
 (0)