Skip to content

Commit 8ff52d2

Browse files
committed
Revert
1 parent c35cf97 commit 8ff52d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdo/writer-stax.vm

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ public class ${className} {
528528
}
529529

530530
private void indent() throws XMLStreamException {
531-
super.writeCharacters(System.lineSeparator());
531+
super.writeCharacters("\n");
532532
for (int i = 0; i < depth; i++) {
533533
super.writeCharacters(" ");
534534
}

0 commit comments

Comments
 (0)