mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Code formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user