Fixed: Direct editation.

Fixed: Imports in script initializer
This commit is contained in:
Jindra Petřík
2024-08-17 10:35:57 +02:00
parent d99bb058ec
commit c8a8ce8b6d
17 changed files with 228 additions and 91 deletions

View File

@@ -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) {