Skip to content

Commit

Permalink
Capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Mar 10, 2023
1 parent 6825551 commit b30fcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/testing/src/main/protobuf/test_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ service TestService {
rpc clientStreaming (stream TestMessage) returns (TestMessage);
rpc serverStreaming (TestMessage) returns (stream TestMessage);
rpc bothStreaming (stream TestMessage) returns (stream TestMessage);
rpc export (TestMessage) returns (TestMessage);
rpc Export (TestMessage) returns (TestMessage);
}

0 comments on commit b30fcc5

Please sign in to comment.