Skip to content

Commit 922cc3e

Browse files
lead with empty comment
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7a61191 commit 922cc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/internal/format_class_comments.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ std::string FormatClassCommentsFromServiceComments(
8181

8282
auto api_version = service.options().GetExtension(google::api::api_version);
8383
if (!api_version.empty()) {
84-
absl::StrAppend(&formatted_comments, "\n/// This client uses ",
85-
service_name, " version ", api_version, ".\n");
84+
absl::StrAppend(&formatted_comments, "\n///\n/// This client uses ",
85+
service_name, " version ", api_version, ".\n///");
8686
}
8787

8888
auto const references =

0 commit comments

Comments
 (0)