Code formatting

This commit is contained in:
Eugene Yokota 2018-06-27 21:06:40 -04:00
parent 773d35dadd
commit 14a31634e7
1 changed files with 3 additions and 2 deletions

View File

@ -296,8 +296,9 @@ object Scope {
val scope = Scope.replaceThis(GlobalScope)(rawScope)
// This is a hot method that gets called many times
def expandDelegateScopes(resolvedProj: ResolvedReference)(
pLin: Seq[ScopeAxis[ResolvedReference]]): Vector[Scope] = {
def expandDelegateScopes(
resolvedProj: ResolvedReference
)(pLin: Seq[ScopeAxis[ResolvedReference]]): Vector[Scope] = {
val tLin = scope.task match {
case t @ Select(_) => linearize(t)(taskInherit)
case _ => withZeroAxis(scope.task)