Skip to content

Commit c331c46

Browse files
[autofix.ci] apply automated fixes
1 parent 14b94ef commit c331c46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

runner/daemon/src/mill/daemon/MillMain.scala

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,13 @@ object MillMain {
350350
if (config.watch.value) os.remove(out / OutFiles.millSelectiveExecution)
351351
Watching.watchLoop(
352352
ringBell = config.ringBell.value,
353-
watch = Option.when(config.watch.value)(Watching.WatchArgs(
354-
setIdle = setIdle,
355-
colors,
356-
useNotify = config.watchViaFsNotify,
357-
serverDir = serverDir
358-
)),
359-
streams = streams,
353+
watch = Option.when(config.watch.value)(Watching.WatchArgs(
354+
setIdle = setIdle,
355+
colors,
356+
useNotify = config.watchViaFsNotify,
357+
serverDir = serverDir
358+
)),
359+
streams = streams,
360360
evaluate = (enterKeyPressed: Boolean, prevState: Option[RunnerState]) => {
361361
adjustJvmProperties(userSpecifiedProperties, initialSystemProperties)
362362
runMillBootstrap(

0 commit comments

Comments
 (0)