Scalafmt: align case StaticScopes in INode.scala

This commit is contained in:
bitloi 2026-02-09 18:42:12 +01:00
parent f8b7d61b5a
commit 84b79b99a2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class EvaluateSettings[I <: Init](
case None => constant(() => o.f(None))
case Some(i) => single[s, A](transform(i), x => o.f(Some(x)))
case d: DynamicDepsInitialize[A] => transform(d.inner)
case StaticScopes => strictConstant(allScopes)
case StaticScopes => strictConstant(allScopes)
private lazy val roots: Seq[INode[?]] = compiledSettings.flatMap { cs =>
(cs.settings map { s =>