From 33f5d62bcbc6ec649e739958fc19c4524305471c Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:33:08 +0200 Subject: Removing whitespaces before `[` --- src/dotty/tools/dotc/core/Contexts.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dotty') diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala index 412960983..645aca601 100644 --- a/src/dotty/tools/dotc/core/Contexts.scala +++ b/src/dotty/tools/dotc/core/Contexts.scala @@ -561,14 +561,14 @@ object Contexts { private[core] val pendingUnderlying = new mutable.HashSet[Type] - private [core] var phasesPlan: List[List[Phase]] = _ + private[core] var phasesPlan: List[List[Phase]] = _ // Phases state /** Phases by id */ private[core] var phases: Array[Phase] = _ /** Phases with consecutive Transforms groupped into a single phase, Empty array if squashing is disabled */ - private [core] var squashedPhases: Array[Phase] = Array.empty[Phase] + private[core] var squashedPhases: Array[Phase] = Array.empty[Phase] /** Next denotation transformer id */ private[core] var nextDenotTransformerId: Array[Int] = _ -- cgit v1.2.3