mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
Fix style
This commit is contained in:
parent
0d5d2a9b55
commit
a59b53775c
@ -1040,7 +1040,8 @@ namespace
|
|||||||
checkSpace(cur, end, 6, "mysqlMicrosecond requires size >= 6", fragment);
|
checkSpace(cur, end, 6, "mysqlMicrosecond requires size >= 6", fragment);
|
||||||
|
|
||||||
Pos start = cur;
|
Pos start = cur;
|
||||||
auto check_is_number = [&](Pos pos) {
|
auto check_is_number = [&](Pos pos)
|
||||||
|
{
|
||||||
if (*pos < '0' || *pos > '9')
|
if (*pos < '0' || *pos > '9')
|
||||||
throw Exception(
|
throw Exception(
|
||||||
ErrorCodes::CANNOT_PARSE_DATETIME,
|
ErrorCodes::CANNOT_PARSE_DATETIME,
|
||||||
|
Loading…
Reference in New Issue
Block a user