Skip to content

Commit

Permalink
#121: added a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Aug 31, 2020
1 parent 2ac1cd1 commit 7d95390
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public static void deleteTempFile(final File tempFile)
}
}

// TODO JavaDoc
public void check(final Result result, final boolean expectedSuccessful, final int expectedRunCount, final int expectedIgnoreCount,
final int expectedFailCount,
final Map<String, String> expectedFailureMessages)
Expand Down Expand Up @@ -204,4 +205,4 @@ public static void writeMapToPropertiesFile(final Map<String, String> map, final
throw new RuntimeException(e);
}
}
}
}

0 comments on commit 7d95390

Please sign in to comment.