Enabling -Wextra-semi [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-08-26 03:48:38 +03:00
parent 6779de62d1
commit 52eb8fda3c

View File

@ -410,5 +410,5 @@ void ASTSelectQuery::addTableFunction(ASTPtr & table_function_ptr)
table_expression->database_and_table_name = nullptr;
}
};
}