Skip to content

Commit 7be8476

Browse files
committed
Formatting
1 parent 0440105 commit 7be8476

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ ThisBuild / prePR_nonCross := Def.sequential(
145145
root / clean,
146146
root / Compile / scalafmt,
147147
Def.taskDyn {
148-
if (scalaVersion.value.startsWith("2."))
149-
(root / Compile / scalafix).toTask("")
150-
else
151-
Def.task(())
148+
if (scalaVersion.value.startsWith("2."))
149+
(root / Compile / scalafix).toTask("")
150+
else
151+
Def.task(())
152152
},
153153
example / Compile / compile,
154154
).value

0 commit comments

Comments
 (0)