Skip to content

Commit a52599f

Browse files
committed
Renamings
1 parent d3646c7 commit a52599f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ import mill.constants.PathVars
44

55
import scala.util.DynamicVariable
66

7-
trait MappedRoots {
7+
type MappedRoots = Seq[(key: String, path: os.Path)]
88

9-
private type MappedRoots = Seq[(key: String, path: os.Path)]
9+
object MappedRoots extends MappedRootsImpl
10+
11+
trait MappedRootsImpl {
1012

1113
private val rootMapping: DynamicVariable[MappedRoots] = DynamicVariable(Seq())
1214

@@ -74,5 +76,3 @@ trait MappedRoots {
7476
}
7577

7678
}
77-
78-
object MappedRoots extends MappedRoots

0 commit comments

Comments
 (0)