Skip to content

Commit

Permalink
minor: add space before checkstyle/checkstyle#13070
Browse files Browse the repository at this point in the history
  • Loading branch information
romani authored May 18, 2023
1 parent aa6702e commit 0a72c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static List<String> validateNotes(Multimap<String, ReleaseNotesMessage> r
final String offendingIssues = getOffendingIssues(releaseNotes);
errors.add(
String.format("%s Release number is a patch(%s), but release notes contain 'new' "
+ "or 'breaking compatability' labels. %s. The offending issue(s): %s",
+ "or 'breaking compatability' labels. %s . The offending issue(s): %s",
errorBeginning, releaseVersion, errorEnding, offendingIssues)
);
}
Expand Down

0 comments on commit 0a72c4e

Please sign in to comment.