Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
undo add aggregate syntax to unformatted example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest Micklei authored and Ernest Micklei committed Mar 10, 2017
1 parent 94eb556 commit 1ab3114
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmd/protofmt/unformatted.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ extensions 100 to 199; // no 200

service SearchService { // comment
rpc Search ( SearchRequest ) returns ( SearchResponse ); // Search
rpc Find ( Finder ) returns ( stream Result ) { // Find
option (google.api.http) = {
post: "/v1/example/echo"
body: "*"
};
}
rpc Find ( Finder ) returns ( stream Result ) {}; // Find
}

// emptiness
Expand Down

0 comments on commit 1ab3114

Please sign in to comment.