Skip to content

Commit 8ba5e74

Browse files
committed
fix lint
Signed-off-by: Ben Ye <[email protected]>
1 parent 002f78c commit 8ba5e74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/cortexpb/compat.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ import (
1010
"time"
1111
"unsafe"
1212

13-
"github.com/cortexproject/cortex/pkg/util"
1413
jsoniter "github.com/json-iterator/go"
1514
"github.com/prometheus/common/model"
1615
"github.com/prometheus/prometheus/model/exemplar"
1716
"github.com/prometheus/prometheus/model/labels"
17+
18+
"github.com/cortexproject/cortex/pkg/util"
1819
)
1920

2021
// ToWriteRequest converts matched slices of Labels, Samples and Metadata into a WriteRequest proto.

0 commit comments

Comments
 (0)