extra new line (empty line) removed

This commit is contained in:
Honfika
2013-10-17 22:35:09 +02:00
parent ff0a75a6c8
commit b517dbe8be

View File

@@ -77,7 +77,6 @@ public class NewFunctionAVM2Item extends AVM2Item {
Logger.getLogger(NewFunctionIns.class.getName()).log(Level.SEVERE, "error during newfunction", ex);
}
}
writer.newLine();
writer.append("}");
return writer;
}