Skip to content

Commit 824972a

Browse files
committed
support IndexFormat in GUI
1 parent b1dc7e4 commit 824972a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/variantsync/diffdetective/show/variation/VariationDiffApp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public final static <L extends Label> List<DiffNodeLabelFormat<L>> DEFAULT_FORMA
4848
new LabelOnlyDiffNodeFormat<>(),
4949
new EditClassesDiffNodeFormat<>(),
5050
new LineNumberFormat<>(),
51-
new FormulasAndLineNumbersNodeFormat<>()
51+
new FormulasAndLineNumbersNodeFormat<>(),
52+
new IndexFormat<>()
5253
);
5354
}
5455

0 commit comments

Comments
 (0)