From ab022c13a164b346f924f54315aae071c22ba73e Mon Sep 17 00:00:00 2001 From: David Sisson Date: Tue, 24 Sep 2024 00:09:29 -0700 Subject: [PATCH] fix style --- src/substrait/type/Type.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/substrait/type/Type.cpp b/src/substrait/type/Type.cpp index 7a385a9b..9581607a 100644 --- a/src/substrait/type/Type.cpp +++ b/src/substrait/type/Type.cpp @@ -40,7 +40,8 @@ ParameterizedTypePtr decodeType( bool nullable, const std::vector& parameterTypes) { SUBSTRAIT_UNSUPPORTED( - std::string("Unsupported parameter type: ") + TypeTraits::kTypeString); + std::string("Unsupported parameter type: ") + + TypeTraits::kTypeString); } template <>