Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Dec 27, 2021
1 parent 46c4341 commit 0cd750d
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 0cd750d

Please sign in to comment.