Preserve whitespace in HTML
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m31s
All checks were successful
Deploy API / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m31s
This commit is contained in:
parent
d1b33d3d6e
commit
6c4ee55b95
@ -97,7 +97,7 @@ public final class ColorUtils {
|
||||
nextIsColor = false;
|
||||
continue;
|
||||
}
|
||||
builder.append(character); // Append the char...
|
||||
builder.append(character == ' ' ? " " : character); // Append the char...
|
||||
}
|
||||
return builder.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user