Skip to content

Commit 048092d

Browse files
[autofix.ci] apply automated fixes
1 parent 6c8eaa6 commit 048092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ final class EvaluatorImpl(
303303
))
304304
}.flatten.toSeq
305305

306-
for(newMetadata <- maybeNewMetadata) {
306+
for (newMetadata <- maybeNewMetadata) {
307307
selective.saveMetadata(
308308
if (allResults.exists(_.asSuccess.isEmpty)) SelectiveExecution.Metadata(Map(), Map())
309309
else newMetadata

0 commit comments

Comments
 (0)