mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
small code formatting fix
This commit is contained in:
@@ -70,7 +70,6 @@ public class NewFunctionAVM2Item extends AVM2Item {
|
||||
writer.endMethod();
|
||||
writer.newLine();
|
||||
writer.append("{").newLine();
|
||||
writer.indent();
|
||||
if (body != null) {
|
||||
try {
|
||||
body.toString(path + "/inner", ExportMode.SOURCE, isStatic, scriptIndex, classIndex, abc, null, constants, methodInfo, new Stack<GraphTargetItem>()/*scopeStack*/, false, writer, fullyQualifiedNames, null);
|
||||
@@ -79,7 +78,6 @@ public class NewFunctionAVM2Item extends AVM2Item {
|
||||
}
|
||||
}
|
||||
writer.newLine();
|
||||
writer.unindent();
|
||||
writer.append("}");
|
||||
return writer;
|
||||
}
|
||||
|
||||
@@ -54,7 +54,6 @@ public class NewObjectAVM2Item extends AVM2Item {
|
||||
}
|
||||
writer.append("}");
|
||||
if (!singleLine) {
|
||||
writer.newLine();
|
||||
writer.unindent();
|
||||
}
|
||||
return writer;
|
||||
|
||||
Reference in New Issue
Block a user