fix style fail

This commit is contained in:
zhanglistar 2024-12-02 21:57:54 +08:00
parent 08aae4db74
commit 0e30bd3b72

View File

@ -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 {};
}