summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/GuiController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/cuchaz/enigma/gui/GuiController.java')
-rw-r--r--src/main/java/cuchaz/enigma/gui/GuiController.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/cuchaz/enigma/gui/GuiController.java b/src/main/java/cuchaz/enigma/gui/GuiController.java
index 57cb35e..45c6131 100644
--- a/src/main/java/cuchaz/enigma/gui/GuiController.java
+++ b/src/main/java/cuchaz/enigma/gui/GuiController.java
@@ -344,6 +344,7 @@ public class GuiController {
344 } 344 }
345 345
346 DropImportAstTransform.INSTANCE.run(sourceTree); 346 DropImportAstTransform.INSTANCE.run(sourceTree);
347 DropVarModifiersAstTransform.INSTANCE.run(sourceTree);
347 348
348 String sourceString = sourceProvider.writeSourceToString(sourceTree); 349 String sourceString = sourceProvider.writeSourceToString(sourceTree);
349 350