mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:50:46 +00:00
more stringbuilders 2
This commit is contained in:
@@ -99,7 +99,7 @@ public class FunctionActionItem extends ActionItem {
|
||||
writer.append(")").newLine();
|
||||
writer.append("{").newLine();
|
||||
writer.indent();
|
||||
Graph.graphToString(actions, writer, false, localData);
|
||||
Graph.graphToString(actions, writer, localData);
|
||||
writer.unindent();
|
||||
return writer.append("}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user