fix style

This commit is contained in:
Han Fei 2023-07-23 00:37:34 +02:00
parent dab954a92d
commit ef0dca6261

View File

@ -433,7 +433,7 @@ try
for (auto & lit : alternative_literals)
alternatives.push_back(std::move(lit.literal));
}
catch(...)
catch (...)
{
required_substring = "";
is_trivial = false;