mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fix style
This commit is contained in:
parent
dab954a92d
commit
ef0dca6261
@ -433,7 +433,7 @@ try
|
||||
for (auto & lit : alternative_literals)
|
||||
alternatives.push_back(std::move(lit.literal));
|
||||
}
|
||||
catch(...)
|
||||
catch (...)
|
||||
{
|
||||
required_substring = "";
|
||||
is_trivial = false;
|
||||
|
Loading…
Reference in New Issue
Block a user