fix style

Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
This commit is contained in:
Duc Canh Le 2024-09-11 10:10:08 +00:00
parent 21c49f6a0a
commit b4f19faad8

View File

@ -149,7 +149,7 @@ ASTPtr DatabaseMySQL::getCreateTableQueryImpl(const String & table_name, Context
/// So we just catch and re-throw as known exception if needed. /// So we just catch and re-throw as known exception if needed.
fetchTablesIntoLocalCache(local_context); fetchTablesIntoLocalCache(local_context);
} }
catch(...) catch (...)
{ {
if (throw_on_error) if (throw_on_error)
{ {