mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +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();
|
||||
} else {
|
||||
if (ConfigImpl.traceSubstitutionsEnabled())
|
||||
ConfigImpl
|
||||
.trace(newContext.depth(),
|
||||
ConfigImpl.trace(newContext.depth(),
|
||||
"will resolve end against the original source with parent pushed");
|
||||
|
||||
sourceForEnd = source.pushParent(replaceable);
|
||||
|
Loading…
Reference in New Issue
Block a user