Skip to content

Commit 42fb004

Browse files
committed
lint
Signed-off-by: alanprot <[email protected]>
1 parent 98c2c58 commit 42fb004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ingester/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ package client
33
import (
44
"context"
55
"flag"
6-
"github.com/cortexproject/cortex/pkg/util/grpcencoding/snappyblock"
76

87
"github.com/cortexproject/cortex/pkg/cortexpb"
98
"github.com/cortexproject/cortex/pkg/util/grpcclient"
9+
"github.com/cortexproject/cortex/pkg/util/grpcencoding/snappyblock"
1010

1111
"github.com/go-kit/log"
1212
"github.com/pkg/errors"

0 commit comments

Comments
 (0)