ConfigDelayedMerge.java: Fix indentation

This commit is contained in:
Havoc Pennington 2014-10-22 13:54:48 -04:00
parent da494cd8a0
commit 1a65f861b2

View File

@ -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);