Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
co3k committed Jun 20, 2018
1 parent ce1532e commit 4b6f889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/proto/examplepb/a_bit_of_everything.proto
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ service ABitOfEverythingService {
}
};

// Create a new ABitOfEverything
//
// This API creates a new ABitOfEverything
// Create a new ABitOfEverything
//
// This API creates a new ABitOfEverything
rpc Create(ABitOfEverything) returns (ABitOfEverything) {
// TODO add enum_value
option (google.api.http) = {
Expand Down

0 comments on commit 4b6f889

Please sign in to comment.