Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiy0006 committed Jul 22, 2024
1 parent 789651d commit 8b5abce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/internal/client_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ class $client_class_name$ {
"\n",
FormatMethodComments(method, "", IsDiscoveryDocumentProto()),
// clang-format off
absl::StrCat(deprecation_macro,
deprecation_macro,
R"""( std::unique_ptr<::google::cloud::AsyncStreamingReadWriteRpc<
$request_type$,
$response_type$>>
Async$method_name$(Options opts = {});
)""")));
)"""));
// clang-format on
continue;
}
Expand Down

0 comments on commit 8b5abce

Please sign in to comment.