From 3a35e53909c4aa5cb9cb2562d557ba07096f0174 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Wed, 26 Jun 2024 16:32:35 -0700 Subject: [PATCH] Whitespace --- itest/src/edu/stanford/nlp/util/BenchmarkingHelper.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itest/src/edu/stanford/nlp/util/BenchmarkingHelper.java b/itest/src/edu/stanford/nlp/util/BenchmarkingHelper.java index 2a45bdf3f9..3072becd17 100644 --- a/itest/src/edu/stanford/nlp/util/BenchmarkingHelper.java +++ b/itest/src/edu/stanford/nlp/util/BenchmarkingHelper.java @@ -22,9 +22,9 @@ public static void setLowHighExpected(Counter lowRes, Counter hi } public static void benchmarkResults(Counter results, - Counter lowResults, - Counter highResults, - Counter expectedResults) { + Counter lowResults, + Counter highResults, + Counter expectedResults) { if (results.keySet().isEmpty()) { fail("There are no results to benchmark!"); }