mirror of
https://github.com/lightbend/config.git
synced 2025-03-23 15:50:25 +08:00
formatting
This commit is contained in:
parent
1ab4def03d
commit
2566973fdd
@ -418,7 +418,6 @@ final class SimpleConfigObject extends AbstractConfigObject implements Serializa
|
||||
for (ConfigConditional cond: this.conditionals) {
|
||||
SimpleConfigObject body = cond.resolve(context, sourceWithParent);
|
||||
AbstractConfigObject resolvedBody = body.resolveSubstitutions(context, source).value;
|
||||
// if (resolvedBody != SimpleConfigObject.empty())
|
||||
value = value.mergedWithObject(resolvedBody);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user