mirror of https://github.com/sbt/sbt.git
Auto style fix
This commit is contained in:
parent
71978ffffd
commit
69171f40b3
|
|
@ -31,7 +31,7 @@ private final class Settings0[Scope](val data: Map[Scope, AttributeMap], val del
|
||||||
|
|
||||||
def set[T](scope: Scope, key: AttributeKey[T], value: T): Settings[Scope] =
|
def set[T](scope: Scope, key: AttributeKey[T], value: T): Settings[Scope] =
|
||||||
{
|
{
|
||||||
val map = data getOrElse(scope, AttributeMap.empty)
|
val map = data getOrElse (scope, AttributeMap.empty)
|
||||||
val newData = data.updated(scope, map.put(key, value))
|
val newData = data.updated(scope, map.put(key, value))
|
||||||
new Settings0(newData, delegates)
|
new Settings0(newData, delegates)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue