mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix style.
This commit is contained in:
parent
072191e88c
commit
778b95797f
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user