Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 11, 2025
1 parent 7c54699 commit 5a1b8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion main/src/mill/main/MainModule.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package mill.main

import mill.api.*
import mill.client.DebugLog
import mill.define.*
import mill.eval.Evaluator
import mill.exec.ExecutionPaths
Expand Down
4 changes: 2 additions & 2 deletions scalajslib/test/src/mill/scalajslib/UtestTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object UtestTests extends TestSuite {
}

def checkUtest(scalaVersion: String, scalaJSVersion: String, cached: Boolean) = {
val resultMap = runTests(
runTests(
if (!cached) HelloJSWorld.build(scalaVersion, scalaJSVersion).`test-utest`.test()
else HelloJSWorld.build(scalaVersion, scalaJSVersion).`test-utest`.testCached
)
Expand All @@ -41,7 +41,7 @@ object UtestTests extends TestSuite {
}

def checkScalaTest(scalaVersion: String, scalaJSVersion: String, cached: Boolean) = {
val resultMap = runTests(
runTests(
if (!cached) HelloJSWorld.build(scalaVersion, scalaJSVersion).`test-scalatest`.test()
else HelloJSWorld.build(scalaVersion, scalaJSVersion).`test-scalatest`.testCached
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object TestingTests extends TestSuite {
mode: ReleaseMode,
cached: Boolean
) = {
val resultMap = runTests(
runTests(
if (!cached) HelloNativeWorld.build(scalaVersion, scalaNativeVersion, mode).test.test()
else HelloNativeWorld.build(scalaVersion, scalaNativeVersion, mode).test.testCached
)
Expand Down

0 comments on commit 5a1b8b7

Please sign in to comment.