Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@ public SettableApiFuture<List<String>> getFuture() {
}
}
}



Comment on lines +108 to +110
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These trailing empty lines are unnecessary and should be removed to maintain code quality. Additionally, the current changes do not implement the 'running showcase test in CI' task described in the PR title.

References
  1. According to standard Java coding practices (e.g., Google Java Style Guide), files should end with a single newline character. Multiple trailing empty lines are unnecessary and should be avoided. (link)

Loading