Skip to content

Commit

Permalink
format (vesoft-inc#421)
Browse files Browse the repository at this point in the history
Co-authored-by: kyle.cao <[email protected]>
  • Loading branch information
nebula-bots and czpmango authored Jan 4, 2022
1 parent 2e9018f commit 7961995
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 7961995

Please sign in to comment.