Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Oct 14, 2024
1 parent 0704fa1 commit 2e716a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public String toString(boolean showResolved) {
String result = "";
for (int i = 0; i < rules.size(); ++i) {
if (i != 0) result += Utility.LINE_SEPARATOR;
result += orders.get(i) + ")\t"+ rules.get(i).toString(showResolved);
result += orders.get(i) + ")\t" + rules.get(i).toString(showResolved);
}
return result;
}
Expand Down

0 comments on commit 2e716a8

Please sign in to comment.