Skip to content

Commit 8f39783

Browse files
committed
More parentheses () warning fixes
1 parent 5010c7a commit 8f39783

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/utils/GitFileRepositoryPerformanceTest.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ object GitFileRepositoryPerformanceTest extends App {
7272
println(s"Total time spent loading markdown files: ${(loadFileTiming.get() / 1000000)}ms")
7373
}
7474

75-
println
75+
println()
7676
println("Test run 1:")
77-
println
77+
println()
7878
runTest(10, 10)
7979

80-
println
80+
println()
8181
println("Test run 2:")
82-
println
82+
println()
8383
runTest(10, 10)
8484

85-
println
85+
println()
8686
println("Test run 3:")
87-
println
87+
println()
8888
runTest(10, 10)
8989
}

0 commit comments

Comments
 (0)