Skip to content

Commit 166df44

Browse files
lefoumzuehlke
authored andcommitted
scalafmt
1 parent 7ad1de4 commit 166df44

File tree

1 file changed

+2
-1
lines changed
  • modules/core/src/main/scala/org/scalasteward/core/buildtool/mill

1 file changed

+2
-1
lines changed

modules/core/src/main/scala/org/scalasteward/core/buildtool/mill/MillAlg.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ final class MillAlg[F[_]](defaultResolver: Resolver)(implicit
4646
)
4747

4848
private def runMill(buildRootDir: File) = {
49-
val command = Nel("mill", List("--no-server", "--import", cliPluginCoordinate, "show", extractDeps))
49+
val command =
50+
Nel("mill", List("--no-server", "--import", cliPluginCoordinate, "show", extractDeps))
5051
processAlg.execSandboxed(command, buildRootDir)
5152
}
5253
private def runMillUnder011(buildRootDir: File, millBuildVersion: Option[Version]) = {

0 commit comments

Comments
 (0)