mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 12:41:58 +00:00
indent open, indent close fixed
This commit is contained in:
@@ -37,7 +37,9 @@ public class BlockItem extends GraphTargetItem {
|
||||
|
||||
@Override
|
||||
public String toString(boolean highlight, List<Object> localData) {
|
||||
return hilight("{", highlight) + "\r\n" + Graph.graphToString(commands, highlight, localData) + "\r\n" + hilight("}", highlight);
|
||||
return hilight("{", highlight) + "\r\n" + Graph.INDENTOPEN + "\r\n" +
|
||||
Graph.graphToString(commands, highlight, false, localData) + "\r\n" +
|
||||
Graph.INDENTCLOSE + "\r\n" + hilight("}", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user