Skip to content

Commit 4a98aa0

Browse files
committed
Cleanup a call
1 parent 327340a commit 4a98aa0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler/test/dotty/tools/vulpix/ParallelTesting.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,7 @@ trait ParallelTesting extends RunnerOrchestration { self =>
744744
true
745745
}
746746
else {
747-
echo {
748-
s"Error reported in ${error.pos.source}, but no annotation found"
749-
}
747+
echo(s"Error reported in ${error.pos.source}, but no annotation found")
750748
false
751749
}
752750
}

0 commit comments

Comments
 (0)