Skip to content

Commit 6b446dd

Browse files
committed
a reformat code
1 parent cb76ba6 commit 6b446dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

approvaltests/src/main/java/org/approvaltests/FailedFileLog.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ public static File get()
2121
public static void log(File received, File approved)
2222
{
2323
File log = get();
24-
FileUtils.appendToFile(log, String.format("%s -> %s\n", received.getAbsolutePath(), approved.getAbsolutePath()));
24+
FileUtils.appendToFile(log,
25+
String.format("%s -> %s\n", received.getAbsolutePath(), approved.getAbsolutePath()));
2526
}
26-
27-
public static void touch() {
27+
public static void touch()
28+
{
2829
// Allows static initializer to be called
2930
}
3031
}

0 commit comments

Comments
 (0)