We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02804e5 commit 6a2c992Copy full SHA for 6a2c992
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