fix style

This commit is contained in:
Arthur Passos 2022-09-28 08:44:12 -03:00
parent f97dc8bf6a
commit ca4e109c09

View File

@ -27,7 +27,8 @@ StorageMaterializedMySQL::StorageMaterializedMySQL(const StoragePtr & nested_sto
setInMemoryMetadata(in_memory_metadata);
}
bool StorageMaterializedMySQL::needRewriteQueryWithFinal(const Names & column_names) const {
bool StorageMaterializedMySQL::needRewriteQueryWithFinal(const Names & column_names) const
{
return needRewriteQueryWithFinalForStorage(column_names, nested_storage);
}