Skip to content

Commit 859e24b

Browse files
committed
Formatting
1 parent f03bb41 commit 859e24b

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
@@ -107,7 +107,7 @@ lazy val runtime = CrossProject(
107107
Test / fork := true
108108
)
109109
.jsSettings(
110-
scalaJSStage := FastOptStage,
110+
scalaJSStage := FastOptStage
111111
// Uncomment to test JSDOM
112112
// jsEnv := new org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv()
113113
)

0 commit comments

Comments
 (0)