Skip to content

Commit

Permalink
annotations: Sort import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
someone1 authored and Prateek Malhotra committed Nov 1, 2019
1 parent 6966912 commit 60a3383
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions protoc-gen-swagger/options/annotations.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protoc-gen-swagger/options/annotations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package grpc.gateway.protoc_gen_swagger.options;

option go_package = "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options";

import "protoc-gen-swagger/options/openapiv2.proto";
import "google/protobuf/descriptor.proto";
import "protoc-gen-swagger/options/openapiv2.proto";

extend google.protobuf.FileOptions {
// ID assigned by protobuf-global-extension-registry@google.com for grpc-gateway project.
Expand Down

0 comments on commit 60a3383

Please sign in to comment.