mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
fixed style check
This commit is contained in:
parent
4e0fed3d60
commit
33f32684d4
@ -556,7 +556,7 @@ ColumnPtr FunctionArrayIntersect::execute(const UnpackedArrays & arrays, Mutable
|
|||||||
if (arg.is_const)
|
if (arg.is_const)
|
||||||
prev_off[arg_num] = 0;
|
prev_off[arg_num] = 0;
|
||||||
}
|
}
|
||||||
if(!current_has_nullable)
|
if (!current_has_nullable)
|
||||||
all_has_nullable = false;
|
all_has_nullable = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user