Skip to content

Commit 50dfe64

Browse files
committed
proto: revert import sort
1 parent 188bece commit 50dfe64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

encoding/proto/proto.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ package proto
2323
import (
2424
"fmt"
2525

26-
"google.golang.org/protobuf/proto"
27-
"google.golang.org/protobuf/protoadapt"
28-
2926
"google.golang.org/grpc/encoding"
3027
"google.golang.org/grpc/mem"
28+
"google.golang.org/protobuf/proto"
29+
"google.golang.org/protobuf/protoadapt"
3130
)
3231

3332
// Name is the name registered for the proto compressor.

0 commit comments

Comments
 (0)