Skip to content

Commit af8c250

Browse files
committed
a reformat code
1 parent d362032 commit af8c250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

approvaltests/src/main/java/org/approvaltests/reporters/DiffPrograms.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public static class All
6565
public static class Linux
6666
{
6767
public static DiffInfo DIFF_MERGE = new DiffInfo("/usr/bin/diffmerge", "--nosplash %s %s ", TEXT);
68-
public static DiffInfo MELD_MERGE = new DiffInfo(One.of("/usr/bin/meld", "/usr/local/bin/meld"), "%s %s ", TEXT);
68+
public static DiffInfo MELD_MERGE = new DiffInfo(One.of("/usr/bin/meld", "/usr/local/bin/meld"), "%s %s ",
69+
TEXT);
6970
}
7071
}

0 commit comments

Comments
 (0)