Add semicolon to gRPC service definition for consistency (#12241)
This commit is contained in:
parent
cf3c2ba02b
commit
d668e77e9e
|
|
@ -7,7 +7,7 @@ package Greet;
|
|||
// The greeting service definition.
|
||||
service Greeter {
|
||||
// Sends a greeting
|
||||
rpc SayHello (HelloRequest) returns (HelloReply) {}
|
||||
rpc SayHello (HelloRequest) returns (HelloReply) {};
|
||||
}
|
||||
|
||||
// The request message containing the user's name.
|
||||
|
|
|
|||
Loading…
Reference in New Issue