Skip to content

Commit

Permalink
protoc-gen-swagger: Fix formatting of license field definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed Nov 6, 2018
1 parent 844b78d commit 53343c7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions protoc-gen-swagger/options/openapiv2.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/openapiv2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ message Info {
string description = 2;
string terms_of_service = 3;
Contact contact = 4;
License license=5;
License license = 5;
string version = 6;
}

Expand Down

0 comments on commit 53343c7

Please sign in to comment.