Skip to content

Commit

Permalink
Ran clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jun 16, 2023
1 parent b3150bb commit 8b938f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class SubstraitPlanRelationVisitor : public SubstraitPlanTypeVisitor {

// visitExpressionIfThenUse handles the built-in IFTHEN function-like syntax.
::substrait::proto::Expression visitExpressionIfThenUse(
SubstraitPlanParser::ExpressionFunctionUseContext* ctx);
SubstraitPlanParser::ExpressionFunctionUseContext* ctx);

std::any visitExpressionFunctionUse(
SubstraitPlanParser::ExpressionFunctionUseContext* ctx) override;
Expand Down

0 comments on commit 8b938f1

Please sign in to comment.