Skip to content

Commit 3a78fa2

Browse files
committed
Ran go fmt on generator script.
Apparently this doesn't get picked up by a recursive go fmt on pkg. Signed-off-by: Jacob Howard <[email protected]>
1 parent d4b37ab commit 3a78fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/generate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ import (
3030
// things as future-proof as possible. This file also makes a great location
3131
// for doing these imports since it couples these imports conceptually with
3232
// the commands above and it isn't included in any part of the build.
33-
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
3433
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
34+
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
3535
)

0 commit comments

Comments
 (0)