We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4728c commit 1bb4ca1Copy full SHA for 1bb4ca1
1 file changed
src/main/java/org/variantsync/diffdetective/show/variation/VariationDiffApp.java
@@ -43,8 +43,8 @@ public class VariationDiffApp<L extends Label> extends App {
43
public final static int DEFAULT_FONT_SIZE = 30;
44
public final static <L extends Label> List<DiffNodeLabelFormat<L>> DEFAULT_FORMATS() {
45
return List.of(
46
- new PaperNodeFormat<>(),
47
new ShowNodeFormat<>(),
+ new PaperNodeFormat<>(),
48
new LabelOnlyDiffNodeFormat<>(),
49
new EditClassesDiffNodeFormat<>(),
50
new LineNumberFormat<>(),
0 commit comments