Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo0515 committed Feb 18, 2024
1 parent 7aed468 commit 8d41249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/internal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ message HelloResponse {
string message = 1;
}

service Hello {
rpc HelloServer(HelloRequest) returns (HelloResponse);
service HelloService {
rpc Hello(HelloRequest) returns (HelloResponse);
}

0 comments on commit 8d41249

Please sign in to comment.