Skip to content

Commit 99e30c5

Browse files
committed
eta expand explicitly
1 parent b5440d5 commit 99e30c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utest/shared/src/main/scala/utest/runner/Framework.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class Framework extends sbt.testing.Framework with framework.Formatter {
5858
args,
5959
remoteArgs,
6060
testClassLoader,
61-
setup,
62-
teardown,
61+
setup _,
62+
teardown _,
6363
showSummaryThreshold,
6464
startHeader,
6565
resultsHeader,
@@ -78,8 +78,8 @@ class Framework extends sbt.testing.Framework with framework.Formatter {
7878
remoteArgs,
7979
testClassLoader,
8080
send,
81-
setup,
82-
teardown,
81+
setup _,
82+
teardown _,
8383
useSbtLoggers,
8484
this
8585
)

0 commit comments

Comments
 (0)