Skip to content

Commit 857c7f8

Browse files
committed
lint
Signed-off-by: Alan Protasio <[email protected]>
1 parent e8c9f1d commit 857c7f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkg/storage/tsdb/bucketindex/loader_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/cortexproject/cortex/pkg/storage/bucket"
1211
"github.com/go-kit/log"
1312
"github.com/oklog/ulid"
1413
"github.com/pkg/errors"
@@ -17,6 +16,8 @@ import (
1716
"github.com/stretchr/testify/assert"
1817
"github.com/stretchr/testify/require"
1918

19+
"github.com/cortexproject/cortex/pkg/storage/bucket"
20+
2021
cortex_testutil "github.com/cortexproject/cortex/pkg/storage/tsdb/testutil"
2122
"github.com/cortexproject/cortex/pkg/util/services"
2223
"github.com/cortexproject/cortex/pkg/util/test"

pkg/storage/tsdb/bucketindex/storage_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ import (
66
"strings"
77
"testing"
88

9-
"github.com/cortexproject/cortex/pkg/storage/bucket"
109
"github.com/go-kit/log"
1110
"github.com/stretchr/testify/assert"
1211
"github.com/stretchr/testify/require"
1312

13+
"github.com/cortexproject/cortex/pkg/storage/bucket"
14+
1415
"github.com/cortexproject/cortex/pkg/storage/tsdb/testutil"
1516
cortex_testutil "github.com/cortexproject/cortex/pkg/storage/tsdb/testutil"
1617
)

0 commit comments

Comments
 (0)