Fixed style

This commit is contained in:
Alfonso Martinez 2022-12-05 09:27:31 +01:00
parent 795a8b00fb
commit e9e971ffad

View File

@ -311,8 +311,7 @@ Chain buildPushingToViewsChain(
if (lock == nullptr)
{
// In case the materialized view is dropped at this point, we register a warning and ignore it
assert(materialized_view->is_dropped)
LOG_WARNING(
assert(materialized_view->is_dropped) LOG_WARNING(
&Poco::Logger::get("PushingToViews"),
"Trying to access table {} but it doesn't exist",
database_table.getFullTableName());