Fix style.

This commit is contained in:
Nikolai Kochetov 2020-03-25 16:51:50 +03:00
parent 072191e88c
commit 778b95797f

View File

@ -291,7 +291,7 @@ OptimizedRegularExpressionImpl<thread_safe>::OptimizedRegularExpressionImpl(cons
"the first slash is for SQL and the second one is for regex", "the first slash is for SQL and the second one is for regex",
DB::ErrorCodes::CANNOT_COMPILE_REGEXP); DB::ErrorCodes::CANNOT_COMPILE_REGEXP);
} }
if (!is_no_capture) if (!is_no_capture)
{ {
number_of_subpatterns = re2->NumberOfCapturingGroups(); number_of_subpatterns = re2->NumberOfCapturingGroups();