We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dc7e4 commit 824972aCopy full SHA for 824972a
src/main/java/org/variantsync/diffdetective/show/variation/VariationDiffApp.java
@@ -48,7 +48,8 @@ public final static <L extends Label> List<DiffNodeLabelFormat<L>> DEFAULT_FORMA
48
new LabelOnlyDiffNodeFormat<>(),
49
new EditClassesDiffNodeFormat<>(),
50
new LineNumberFormat<>(),
51
- new FormulasAndLineNumbersNodeFormat<>()
+ new FormulasAndLineNumbersNodeFormat<>(),
52
+ new IndexFormat<>()
53
);
54
}
55
0 commit comments