Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
liuneng1994 committed Feb 26, 2024
1 parent a0f108e commit 757b2f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Interpreters/HashJoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@ class AddedColumns
template<> void AddedColumns<false>::buildOutput()
{
}

template<>
void AddedColumns<true>::buildOutput()
{
Expand Down Expand Up @@ -1331,8 +1332,6 @@ void AddedColumns<true>::appendDefaultRow()
}
}



template <JoinKind KIND, JoinStrictness STRICTNESS>
struct JoinFeatures
{
Expand Down

0 comments on commit 757b2f3

Please sign in to comment.