Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 20, 2023
1 parent c35cf97 commit 8ff52d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdo/writer-stax.vm
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ public class ${className} {
}

private void indent() throws XMLStreamException {
super.writeCharacters(System.lineSeparator());
super.writeCharacters("\n");
for (int i = 0; i < depth; i++) {
super.writeCharacters(" ");
}
Expand Down

0 comments on commit 8ff52d2

Please sign in to comment.