mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 10:45:07 +00:00
Fixed: Direct editation.
Fixed: Imports in script initializer
This commit is contained in:
@@ -3872,7 +3872,7 @@ public class Graph {
|
||||
* @throws InterruptedException On interrupt
|
||||
*/
|
||||
public static GraphTextWriter graphToString(List<GraphTargetItem> tree, GraphTextWriter writer, LocalData localData) throws InterruptedException {
|
||||
boolean lastNewLine = false;
|
||||
boolean lastNewLine = true;
|
||||
for (GraphTargetItem ti : tree) {
|
||||
if (!ti.isEmpty()) {
|
||||
if (ti.hasSingleNewLineAround() && !lastNewLine) {
|
||||
|
||||
Reference in New Issue
Block a user