Skip to content

Commit

Permalink
Ran clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Aug 15, 2023
1 parent 340ec9c commit 1873beb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/substrait/textplan/parser/SubstraitPlanTypeVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ ::substrait::proto::Type SubstraitPlanTypeVisitor::typeToProto(
}
try {
if (!varChar->length()->isInteger()) {
errorListener_->addError(
ctx->getStart(), "Missing varchar length.");
errorListener_->addError(ctx->getStart(), "Missing varchar length.");
break;
}
int32_t length = std::stoi(varChar->length()->value());
Expand Down

0 comments on commit 1873beb

Please sign in to comment.