mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 10:22:10 +00:00
fix style fail
This commit is contained in:
parent
08aae4db74
commit
0e30bd3b72
@ -665,7 +665,7 @@ std::optional<Field> convertFieldToTypeStrict(const Field & from_value, const ID
|
||||
{
|
||||
result_value = convertFieldToType(from_value, to_type, &from_type, format_settings);
|
||||
}
|
||||
catch(const std::exception &)
|
||||
catch (...)
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user