-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade com.spotify.fmt:fmt-maven-plugin 2.20 -> 2.21.1 - abandoned #802
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reformatted the code. (Already saw these new lines being introduced by the IDEA plugin.)
@AfterTemplate | ||
@Nullable | ||
T after(Iterator<T> iterator, T defaultValue) { | ||
@Nullable T after(Iterator<T> iterator, T defaultValue) { | ||
return Iterators.getNext(iterator, defaultValue); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts the changes in ff2ed6f, as a result of google/google-java-format#869.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
Changes ported to replacement PR #804. |
This PR contains the following updates:
2.20
->2.21.1
Release Notes
spotify/fmt-maven-plugin (com.spotify.fmt:fmt-maven-plugin)
v2.21.1
Compare Source
What's Changed
Full Changelog: spotify/fmt-maven-plugin@2.21...2.21.1
v2.21
What's Changed
New Contributors
Full Changelog: spotify/fmt-maven-plugin@2.19.0...2.21