fix check style

This commit is contained in:
Han Fei 2023-01-05 17:52:05 +01:00
parent f2a9eea995
commit ae5ee8194b

View File

@ -246,7 +246,7 @@ void RegExpTreeDictionary::loadData()
#if USE_VECTORSCAN
std::vector<std::string_view> regexps_views(regexps.begin(), regexps.end());
hyperscan_regex = MultiRegexps::getOrSet<true, false>(regexps_views, std::nullopt);
/// TODO: fallback when exceptions occure.
/// TODO: fallback when exceptions occur.
hyperscan_regex->get();
#endif