Skip to content

Commit 93d42c2

Browse files
quaffonobc
authored andcommitted
Polish README.md
Signed-off-by: Yanming Zhou <[email protected]>
1 parent 7911f3f commit 93d42c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ option java_outer_classname = "HelloWorldProto";
3131
// The greeting service definition.
3232
service Simple {
3333
// Sends a greeting
34-
rpc SayHello (HelloRequest) returns (HelloReply) {
35-
}
34+
rpc SayHello(HelloRequest) returns (HelloReply) {}
3635
rpc StreamHello(HelloRequest) returns (stream HelloReply) {}
3736
}
3837

0 commit comments

Comments
 (0)