summaryrefslogtreecommitdiff
path: root/main/api/src/mill/api/Ctx.scala
diff options
context:
space:
mode:
Diffstat (limited to 'main/api/src/mill/api/Ctx.scala')
-rw-r--r--main/api/src/mill/api/Ctx.scala14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/api/src/mill/api/Ctx.scala b/main/api/src/mill/api/Ctx.scala
index 96da84eb..e86ad7f9 100644
--- a/main/api/src/mill/api/Ctx.scala
+++ b/main/api/src/mill/api/Ctx.scala
@@ -55,13 +55,13 @@ object Ctx {
class Ctx(
- val args: IndexedSeq[_],
- dest0: () => os.Path,
- val log: Logger,
- val home: os.Path,
- val env: Map[String, String],
- val reporter: Int => Option[BuildProblemReporter],
- val testReporter: TestReporter
+ val args: IndexedSeq[_],
+ dest0: () => os.Path,
+ val log: Logger,
+ val home: os.Path,
+ val env: Map[String, String],
+ val reporter: Int => Option[BuildProblemReporter],
+ val testReporter: TestReporter
)
extends Ctx.Dest
with Ctx.Log