mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 05:52:05 +00:00
Fix style
This commit is contained in:
parent
275fbe3e98
commit
8b4157141c
@ -536,7 +536,7 @@ std::tuple<size_t, size_t, size_t> getTypeTextDeserializePriority(const DataType
|
||||
|
||||
/// Bool type should have priority higher then all integers.
|
||||
if (isBool(type))
|
||||
return {nested_depth, priority_map[TypeIndex::Int8] + 1 , simple_nested_depth};
|
||||
return {nested_depth, priority_map[TypeIndex::Int8] + 1, simple_nested_depth};
|
||||
|
||||
return {nested_depth, priority_map[type->getTypeId()], simple_nested_depth};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user