Skip to content

Commit d755ce2

Browse files
committed
reformatted
1 parent 3572a2d commit d755ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org/w3c/css/values/CssANPlusB.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ public String toString() {
206206
sb.append('n');
207207
}
208208
if (b != null) {
209-
if(operator != '\0') {
210-
sb.append(operator);
211-
}
209+
if (operator != 0) {
210+
sb.append(operator);
211+
}
212212
sb.append(b.toPlainString());
213213
}
214214
representation = sb.toString();

0 commit comments

Comments
 (0)