Skip to content

Commit

Permalink
format (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango authored Dec 27, 2021
1 parent fd8d8a8 commit 19f2bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/graph/visitor/ExtractFilterExprVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ void ExtractFilterExprVisitor::visit(LogicalExpression *expr) {
return;
}

void ExtractFilterExprVisitor::visit(SubscriptRangeExpression *) { canBePushed_ = false; }
void ExtractFilterExprVisitor::visit(SubscriptRangeExpression *) {
canBePushed_ = false;
}

} // namespace graph
} // namespace nebula

0 comments on commit 19f2bb7

Please sign in to comment.