summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorSamvel Abrahamyan <samvel1024@gmail.com>2019-10-08 12:00:28 +0200
committerSamvel Abrahamyan <samvel1024@gmail.com>2019-10-12 14:33:17 +0200
commit2269dbfca8b1118ec7f89abeb52e70a88376432c (patch)
tree024ecc61705c53c28d0fcc306b7e14c4ab80ef87 /main
parentfc9b6e8b573fb2ad61801d0f335a05f07e3a2d83 (diff)
downloadmill-2269dbfca8b1118ec7f89abeb52e70a88376432c.tar.gz
mill-2269dbfca8b1118ec7f89abeb52e70a88376432c.tar.bz2
mill-2269dbfca8b1118ec7f89abeb52e70a88376432c.zip
Reformat code
Diffstat (limited to 'main')
-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