From ed7202012188b289623707cf79a58dc7c44a015c Mon Sep 17 00:00:00 2001 From: Yves Date: Thu, 20 Feb 2025 13:24:38 +0100 Subject: [PATCH] Format --- src/include/utils/helpers.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/utils/helpers.hpp b/src/include/utils/helpers.hpp index 609791b..e1e94f1 100644 --- a/src/include/utils/helpers.hpp +++ b/src/include/utils/helpers.hpp @@ -35,7 +35,6 @@ bool ShouldRun(TableFunctionInput &input); template struct CallFunctionHelper; - template <> struct CallFunctionHelper { static std::string call(ClientContext &context, TableFunctionInput &input, std::string (*f)(ClientContext &)) {