Skip to content

Commit 627288e

Browse files
[autofix.ci] apply automated fixes
1 parent 20e470c commit 627288e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/eval/src/mill/eval/EvaluatorImpl.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import mill.resolve.Resolve
2121
* As well as [[evaluate]] which does all of these phases one after another
2222
*/
2323

24-
final class EvaluatorImpl (
24+
final class EvaluatorImpl(
2525
val allowPositionalCommandArgs: Boolean,
2626
val selectiveExecution: Boolean = false,
27-
val execution: Execution
27+
val execution: Execution
2828
) extends Evaluator {
2929

3030
def workspace = execution.workspace

0 commit comments

Comments
 (0)