Skip to content
Snippets Groups Projects
Commit 712adb53 authored by dgelessus's avatar dgelessus
Browse files

Put variant on same line as keyword when pretty-printing

parent c27f7e25
No related branches found
No related tags found
No related merge requests found
Pipeline #124690 passed
......@@ -251,7 +251,7 @@ public class MachinePrintSwitch extends MachineSwitch<Boolean> implements
printer.appendLineBreak();
}
printer.appendWithLineBreak(VARIANT);
printer.appendWithSpace(VARIANT);
printer.increaseIndentLevel();
for (final Variant variant : variants) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment