Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d committed Jun 7, 2022
1 parent 7119f49 commit d94388f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/storage/stores/tsdb/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"encoding/binary"
"sync"

"github.com/grafana/loki/pkg/storage/stores/tsdb/index"
"github.com/prometheus/common/model"
"github.com/willf/bloom"

"github.com/grafana/loki/pkg/storage/stores/tsdb/index"
)

var (
Expand Down
3 changes: 2 additions & 1 deletion pkg/storage/stores/tsdb/pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"sync"
"testing"

"github.com/grafana/loki/pkg/storage/stores/tsdb/index"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"

"github.com/grafana/loki/pkg/storage/stores/tsdb/index"
)

func TestStatsBloom_Stream(t *testing.T) {
Expand Down

0 comments on commit d94388f

Please sign in to comment.