Skip to content

Commit

Permalink
Avoid stupidly long lines in MeowBreakTest.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Sep 12, 2024
1 parent 9bdd965 commit d9f64c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ public void printLine(
+ getRule()
+ "'><span"
+ status
+ ">&nbsp;</span>&nbsp;</span>");
+ ">&nbsp;</span>&nbsp;</span>\n");
} else {
if (string.length() > 0) {
string.append(' ');
Expand Down

0 comments on commit d9f64c8

Please sign in to comment.