Skip to content

Commit 9ca0165

Browse files
committed
Formatting
1 parent f582889 commit 9ca0165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ lazy val runtime = CrossProject(
112112
Test / fork := true
113113
)
114114
.jsSettings(
115-
scalaJSStage := FastOptStage,
115+
scalaJSStage := FastOptStage
116116
// Uncomment to test JSDOM
117117
// jsEnv := new org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv()
118118
)

0 commit comments

Comments
 (0)