Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mas committed Jan 20, 2025
1 parent dd3b0ac commit 1d09b54
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,7 @@ private String priority(int priority) {
}

private String failureMessage(String severity, int count) {
return String.format(
"%nCode Analysis Tool has found %d %s(s)! %nPlease fix the %s(s) and rerun the build.",
return String.format("%nCode Analysis Tool has found %d %s(s)! %nPlease fix the %s(s) and rerun the build.",
count, severity, severity);
}

Expand Down

0 comments on commit 1d09b54

Please sign in to comment.