Skip to content

Commit a6eb3e6

Browse files
committed
Lint.
1 parent 9012300 commit a6eb3e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/mimirpb/custom.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ import (
1212
"weak"
1313

1414
gogoproto "github.com/gogo/protobuf/proto"
15-
"github.com/grafana/mimir/pkg/mimirpb/internal"
1615
"github.com/prometheus/prometheus/model/histogram"
1716
"go.uber.org/atomic"
1817
"google.golang.org/grpc/encoding"
1918
"google.golang.org/grpc/encoding/proto"
2019
"google.golang.org/grpc/mem"
2120
protobufproto "google.golang.org/protobuf/proto"
2221
"google.golang.org/protobuf/protoadapt"
22+
23+
"github.com/grafana/mimir/pkg/mimirpb/internal"
2324
)
2425

2526
type CustomCodecConfig struct {

0 commit comments

Comments
 (0)