Skip to content

Commit d944e5d

Browse files
committed
wip
1 parent 7210fcd commit d944e5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,11 @@ inThisBuild {
315315
},
316316
commands += Command.command("ci") { state =>
317317
val toRun: Seq[String] =
318-
if (isScalafmt) {
318+
if (isScalafmt)
319319
Seq("scalafmtTest")
320-
else if (isHeaderCheck) {
320+
else if (isHeaderCheck)
321321
Seq("headerCheck")
322-
} else {
322+
else {
323323
List(
324324
"CI_SCALA_VERSION",
325325
"CI_TAG",

0 commit comments

Comments
 (0)