Skip to content
Snippets Groups Projects
Commit 8650bb93 authored by LisaFC's avatar LisaFC
Browse files

added prettyprint proto formatting

parent 8b367bc9
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ message from the remote client containing the user's name, then send back ...@@ -166,7 +166,7 @@ message from the remote client containing the user's name, then send back
a greeting in a single `HelloReply`. This is the simplest type of RPC you a greeting in a single `HelloReply`. This is the simplest type of RPC you
can specify in gRPC - we'll look at some other types later in this document. can specify in gRPC - we'll look at some other types later in this document.
``` ```proto
syntax = "proto3"; syntax = "proto3";
option java_package = "io.grpc.examples"; option java_package = "io.grpc.examples";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment