mirror of https://gitee.com/bigwinds/arangodb
Remove whitespace changes
This commit is contained in:
parent
751597cc25
commit
8aa57f5fda
|
@ -55,7 +55,7 @@ void Optimizer::addPlan(std::unique_ptr<ExecutionPlan> plan,
|
|||
OptimizerRule const* rule, bool wasModified, int newLevel) {
|
||||
TRI_ASSERT(plan != nullptr);
|
||||
TRI_ASSERT(&_currentRule->second.rule == rule);
|
||||
|
||||
|
||||
plan->setValidity(true);
|
||||
|
||||
auto it = _currentRule;
|
||||
|
@ -66,7 +66,6 @@ void Optimizer::addPlan(std::unique_ptr<ExecutionPlan> plan,
|
|||
it = _rules.upper_bound(newLevel);
|
||||
}
|
||||
|
||||
|
||||
if (wasModified) {
|
||||
if (!rule->isHidden) {
|
||||
// register which rules modified / created the plan
|
||||
|
|
Loading…
Reference in New Issue