mirror of
https://github.com/lightbend/config.git
synced 2025-01-29 05:30:08 +08:00
ConfigDelayedMerge.java: Fix indentation
This commit is contained in:
parent
da494cd8a0
commit
1a65f861b2
@ -116,8 +116,7 @@ final class ConfigDelayedMerge extends AbstractConfigValue implements Unmergeabl
|
|||||||
sourceForEnd = sourceForEnd.resetParents();
|
sourceForEnd = sourceForEnd.resetParents();
|
||||||
} else {
|
} else {
|
||||||
if (ConfigImpl.traceSubstitutionsEnabled())
|
if (ConfigImpl.traceSubstitutionsEnabled())
|
||||||
ConfigImpl
|
ConfigImpl.trace(newContext.depth(),
|
||||||
.trace(newContext.depth(),
|
|
||||||
"will resolve end against the original source with parent pushed");
|
"will resolve end against the original source with parent pushed");
|
||||||
|
|
||||||
sourceForEnd = source.pushParent(replaceable);
|
sourceForEnd = source.pushParent(replaceable);
|
||||||
|
Loading…
Reference in New Issue
Block a user