Skip to content

Commit 06527a4

Browse files
committed
a reformat code
1 parent b1bc631 commit 06527a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests/src/main/java/org/approvaltests/reporters/linux/ReportByCreatingDiffFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class ReportByCreatingDiffFile extends GenericDiffReporter
1010
{
11-
private static DiffInfo info = new DiffInfo("/usr/bin/diff",
11+
private static DiffInfo info = new DiffInfo("/usr/bin/diff",
1212
GenericDiffReporter.TEXT_FILE_EXTENSIONS);
1313
public static final ReportByCreatingDiffFile INSTANCE = new ReportByCreatingDiffFile();
1414
public ReportByCreatingDiffFile()

0 commit comments

Comments
 (0)