mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
fix style
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
This commit is contained in:
parent
21c49f6a0a
commit
b4f19faad8
@ -149,7 +149,7 @@ ASTPtr DatabaseMySQL::getCreateTableQueryImpl(const String & table_name, Context
|
||||
/// So we just catch and re-throw as known exception if needed.
|
||||
fetchTablesIntoLocalCache(local_context);
|
||||
}
|
||||
catch(...)
|
||||
catch (...)
|
||||
{
|
||||
if (throw_on_error)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user