diff --git a/src/Interpreters/HashJoin.cpp b/src/Interpreters/HashJoin.cpp index ff054cc81fc..d800ea2b02f 100644 --- a/src/Interpreters/HashJoin.cpp +++ b/src/Interpreters/HashJoin.cpp @@ -1269,7 +1269,7 @@ struct AdderNonJoined ++rows_added; } } -} + } };