Skip to content

Commit 3a35e53

Browse files
committed
Whitespace
1 parent 899204a commit 3a35e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

itest/src/edu/stanford/nlp/util/BenchmarkingHelper.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public static void setLowHighExpected(Counter<String> lowRes, Counter<String> hi
2222
}
2323

2424
public static void benchmarkResults(Counter<String> results,
25-
Counter<String> lowResults,
26-
Counter<String> highResults,
27-
Counter<String> expectedResults) {
25+
Counter<String> lowResults,
26+
Counter<String> highResults,
27+
Counter<String> expectedResults) {
2828
if (results.keySet().isEmpty()) {
2929
fail("There are no results to benchmark!");
3030
}

0 commit comments

Comments
 (0)