We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766b481 commit 2f05969Copy full SHA for 2f05969
1 file changed
src/main/java/org/variantsync/diffdetective/variation/diff/serialize/TikzExporter.java
@@ -82,8 +82,9 @@ public void exportDiffTree(
82
edge.style().tikzStyle(),
83
edge.to().getID());
84
});
85
- output.println(";");
86
- output.println("");
+ output.println();
+ output.format("%n\t;");
87
88
89
// Draw node labels. We do this last so that they are on top of edges and nodes.
90
format.forEachNode(diffTree, (node) -> {
0 commit comments