Skip to content

Commit

Permalink
chore: fix //tools/format:format_test_Protocol_Buffer_with_buf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jul 10, 2024
1 parent b485150 commit 1e82a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ service HttpService {
// Receives an inbound message an http client.
// buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
// buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
rpc ReceiveMessage (HttpBody) returns (Empty) {}
rpc ReceiveMessage(HttpBody) returns (Empty) {}
}

0 comments on commit 1e82a15

Please sign in to comment.