Skip to content

Commit 1bb4ca1

Browse files
committed
make ShowNodeFormat default format in Show
1 parent 8c4728c commit 1bb4ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public class VariationDiffApp<L extends Label> extends App {
4343
public final static int DEFAULT_FONT_SIZE = 30;
4444
public final static <L extends Label> List<DiffNodeLabelFormat<L>> DEFAULT_FORMATS() {
4545
return List.of(
46-
new PaperNodeFormat<>(),
4746
new ShowNodeFormat<>(),
47+
new PaperNodeFormat<>(),
4848
new LabelOnlyDiffNodeFormat<>(),
4949
new EditClassesDiffNodeFormat<>(),
5050
new LineNumberFormat<>(),

0 commit comments

Comments
 (0)