Skip to content

Commit 884e4c7

Browse files
autofix-ci[bot]lefou
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 078b645 commit 884e4c7

File tree

2 files changed

+282
-281
lines changed

2 files changed

+282
-281
lines changed

core/api/src/mill/api/MappedRoots.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)