mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 18:10:51 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -40,7 +40,7 @@ public class CommaExpressionItem extends GraphTargetItem {
|
||||
boolean first = true;
|
||||
for (GraphTargetItem t : commands) {
|
||||
if (!first) {
|
||||
hilight(", ", writer);
|
||||
writer.append(", ");
|
||||
}
|
||||
t.toString(writer, localData);
|
||||
first = false;
|
||||
|
||||
Reference in New Issue
Block a user