From 757b2f3369dc83192d0c2ef655882fc067832732 Mon Sep 17 00:00:00 2001 From: liuneng <1398775315@qq.com> Date: Mon, 26 Feb 2024 16:49:15 +0800 Subject: [PATCH] fix style --- src/Interpreters/HashJoin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Interpreters/HashJoin.cpp b/src/Interpreters/HashJoin.cpp index 83162e16151f..bdc7162bbb3b 100644 --- a/src/Interpreters/HashJoin.cpp +++ b/src/Interpreters/HashJoin.cpp @@ -1170,6 +1170,7 @@ class AddedColumns template<> void AddedColumns::buildOutput() { } + template<> void AddedColumns::buildOutput() { @@ -1331,8 +1332,6 @@ void AddedColumns::appendDefaultRow() } } - - template struct JoinFeatures {