From 1e82a153230983f4cedda017a9e64fa5da181861 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 10 Jul 2024 15:44:08 -0700 Subject: [PATCH] chore: fix //tools/format:format_test_Protocol_Buffer_with_buf --- example/src/file.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/file.proto b/example/src/file.proto index ce51d74d..a6ec999f 100644 --- a/example/src/file.proto +++ b/example/src/file.proto @@ -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) {} }