Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Jun 26, 2024
1 parent 899204a commit 3a35e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions itest/src/edu/stanford/nlp/util/BenchmarkingHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public static void setLowHighExpected(Counter<String> lowRes, Counter<String> hi
}

public static void benchmarkResults(Counter<String> results,
Counter<String> lowResults,
Counter<String> highResults,
Counter<String> expectedResults) {
Counter<String> lowResults,
Counter<String> highResults,
Counter<String> expectedResults) {
if (results.keySet().isEmpty()) {
fail("There are no results to benchmark!");
}
Expand Down

0 comments on commit 3a35e53

Please sign in to comment.