File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
runner/daemon/src/mill/daemon Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ trait MappedRootsImpl {
8787 for {
8888 singleKey <- key
8989 } {
90- if (! map.contains(singleKey)) throw new NoSuchElementException (s " No root path mapping defined for ' ${key}' " )
90+ if (! map.contains(singleKey))
91+ throw new NoSuchElementException (s " No root path mapping defined for ' ${key}' " )
9192 }
9293 }
9394
Original file line number Diff line number Diff line change @@ -274,7 +274,8 @@ class MillBuildBootstrap(
274274 selectiveExecution = selectiveExecution,
275275 offline = offline,
276276 workerCache = newWorkerCache,
277- codeSignatures = nestedState.frames.headOption.map(_.codeSignatures).getOrElse(Map .empty),
277+ codeSignatures =
278+ nestedState.frames.headOption.map(_.codeSignatures).getOrElse(Map .empty),
278279 rootModule = buildFileApi.rootModule,
279280 // We want to use the grandparent buildHash, rather than the parent
280281 // buildHash, because the parent build changes are instead detected
You can’t perform that action at this time.
0 commit comments