From 4b6f8895524282af806fda06e42705cbe400b817 Mon Sep 17 00:00:00 2001 From: Kousuke Ebihara Date: Wed, 20 Jun 2018 21:47:38 +0900 Subject: [PATCH] Fix indentation --- examples/proto/examplepb/a_bit_of_everything.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/proto/examplepb/a_bit_of_everything.proto b/examples/proto/examplepb/a_bit_of_everything.proto index 36dffa94188..51b54457a21 100644 --- a/examples/proto/examplepb/a_bit_of_everything.proto +++ b/examples/proto/examplepb/a_bit_of_everything.proto @@ -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) = {