Skip to content

Commit 0f5b7d8

Browse files
[autofix.ci] apply automated fixes
1 parent 799b5d7 commit 0f5b7d8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

libs/util/src/mill/util/SelectiveExecutionModule.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ trait SelectiveExecutionModule extends mill.api.Module {
2222
* If `empty` is true, then an empty snapshot will be saved to explicitly tell
2323
* `selective.run`` to run all given tasks non-selectively.
2424
*/
25-
def prepare(evaluator: Evaluator, @mainargs.arg(positional = true) empty: Boolean, tasks: String*): Command[Unit] =
25+
def prepare(
26+
evaluator: Evaluator,
27+
@mainargs.arg(positional = true) empty: Boolean,
28+
tasks: String*
29+
): Command[Unit] =
2630
Task.Command(exclusive = true) {
2731
if empty
2832
then evaluator.selective.saveMetadata(Metadata(Map.empty, Map.empty))

0 commit comments

Comments
 (0)