Skip to content

Commit e2dd641

Browse files
committed
lint
Signed-off-by: yeya24 <[email protected]>
1 parent f314d88 commit e2dd641

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/ingester/matchers.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
package ingester
22

3-
import "slices"
3+
import (
4+
"slices"
45

5-
import "github.com/prometheus/prometheus/model/labels"
6+
"github.com/prometheus/prometheus/model/labels"
7+
)
68

79
// optimizeMatchers categorizes input matchers to matchers used in select and matchers applied lazily
810
// when scanning series.

0 commit comments

Comments
 (0)