Skip to content

Commit 3ff3c6e

Browse files
author
David Mas
committed
Fix style
Signed-off-by: David Mas <[email protected]>
1 parent dd3b0ac commit 3ff3c6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sat-plugin/src/main/java/org/openhab/tools/analysis/report/ReportMojo.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,7 @@ private String priority(int priority) {
400400
}
401401

402402
private String failureMessage(String severity, int count) {
403-
return String.format(
404-
"%nCode Analysis Tool has found %d %s(s)! %nPlease fix the %s(s) and rerun the build.",
403+
return String.format("%nCode Analysis Tool has found %d %s(s)! %nPlease fix the %s(s) and rerun the build.",
405404
count, severity, severity);
406405
}
407406

0 commit comments

Comments
 (0)