fixed style check

This commit is contained in:
yariks5s 2023-07-05 16:34:42 +00:00
parent 4e0fed3d60
commit 33f32684d4

View File

@ -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;
} }