Skip to content

Commit bdd0a4a

Browse files
committed
u
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 3e37c28 commit bdd0a4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vortex-array/src/arrays/struct_/vtable/operator.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ mod tests {
237237
let struct_array = test_struct_array();
238238

239239
let expr = gt(get_item("a", root()), lit(5));
240-
let expr_array =
241-
ExprArray::new_infer_dtype(struct_array.clone().into_array(), expr)?;
240+
let expr_array = ExprArray::new_infer_dtype(struct_array.clone().into_array(), expr)?;
242241

243242
let actual = expr_array.to_canonical().into_array();
244243
let expected = (0..5)

0 commit comments

Comments
 (0)