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