Skip to content

Commit f456e87

Browse files
mcc-1326235 fmt
1 parent 38ff143 commit f456e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/BuildSettings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object BuildSettings {
3737
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
3838
case Some((2, n)) if n >= 13 =>
3939
List(
40-
"-Wnonunit-statement",
40+
"-Wnonunit-statement"
4141
// other scalac options for 2.13+
4242
)
4343
case _ =>
@@ -47,7 +47,7 @@ object BuildSettings {
4747
Test / scalacOptions --= (CrossVersion.partialVersion(scalaVersion.value) match {
4848
case Some((2, n)) if n >= 13 =>
4949
List(
50-
"-Wnonunit-statement",
50+
"-Wnonunit-statement"
5151
// other scalac options for 2.13+
5252
)
5353
case _ =>

0 commit comments

Comments
 (0)