Skip to content

Commit da53127

Browse files
committed
formatting
1 parent 23165a4 commit da53127

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
run: >
3030
sbt "++${{ matrix.scalaversion }}"
3131
seleniumJSEnv/scalastyle
32-
seleniumJSEnv/test:scalastyle
32+
seleniumJSEnv/Test/scalastyle
3333
seleniumJSEnvTest/scalastyle
34-
seleniumJSHttpEnvTest/test:scalastyle
35-
seleniumJSEnvTest/test:scalastyle
34+
seleniumJSHttpEnvTest/Test/scalastyle
35+
seleniumJSEnvTest/Test/scalastyle
3636
- name: MiMa
3737
run: sbt "++${{ matrix.scalaversion }}" seleniumJSEnv/mimaReportBinaryIssues
3838
- name: Unit tests

seleniumJSEnv/src/main/scala/org/scalajs/jsenv/selenium/SeleniumJSEnv.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ object SeleniumJSEnv {
4949
import Config.Materialization
5050

5151
private def this() = this(
52-
keepAlive = false,
53-
materialization = Config.Materialization.Temp,
54-
driverFactory = () => sys.error("No driver factory configured")
55-
)
52+
keepAlive = false,
53+
materialization = Config.Materialization.Temp,
54+
driverFactory = () => sys.error("No driver factory configured")
55+
)
5656

5757
/** Materializes purely virtual files into a temp directory.
5858
*

0 commit comments

Comments
 (0)