mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:00:43 +00:00
highlight method removed, indent-unindents
This commit is contained in:
@@ -2160,7 +2160,7 @@ public class Graph {
|
||||
HilightedTextWriter writer = new HilightedTextWriter(highlight);
|
||||
for (GraphTargetItem ti : tree) {
|
||||
if (!ti.isEmpty()) {
|
||||
ti.toStringSemicoloned(writer, localData).appendNewLine();
|
||||
ti.toStringSemicoloned(writer, localData).newLine();
|
||||
}
|
||||
}
|
||||
String[] parts = writer.toString().split("\r\n");
|
||||
|
||||
Reference in New Issue
Block a user