Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime authored Sep 24, 2024
1 parent 610452d commit ab022c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/substrait/type/Type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ ParameterizedTypePtr decodeType(
bool nullable,
const std::vector<ParameterizedTypePtr>& parameterTypes) {
SUBSTRAIT_UNSUPPORTED(
std::string("Unsupported parameter type: ") + TypeTraits<Kind>::kTypeString);
std::string("Unsupported parameter type: ") +
TypeTraits<Kind>::kTypeString);
}

template <>
Expand Down

0 comments on commit ab022c1

Please sign in to comment.