Skip to content

Commit b0f0153

Browse files
remove trailing blank line
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 922cc3e commit b0f0153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/internal/format_class_comments.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ std::string FormatClassCommentsFromServiceComments(
8282
auto api_version = service.options().GetExtension(google::api::api_version);
8383
if (!api_version.empty()) {
8484
absl::StrAppend(&formatted_comments, "\n///\n/// This client uses ",
85-
service_name, " version ", api_version, ".\n///");
85+
service_name, " version ", api_version, ".");
8686
}
8787

8888
auto const references =

0 commit comments

Comments
 (0)