We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078b645 commit 884e4c7Copy full SHA for 884e4c7
core/api/src/mill/api/MappedRoots.scala
@@ -87,7 +87,8 @@ trait MappedRootsImpl {
87
for {
88
singleKey <- key
89
} {
90
- if (!map.contains(singleKey)) throw new NoSuchElementException(s"No root path mapping defined for '${key}'")
+ if (!map.contains(singleKey))
91
+ throw new NoSuchElementException(s"No root path mapping defined for '${key}'")
92
}
93
94
0 commit comments