Skip to content

Commit aa7287b

Browse files
committed
fix rs style
1 parent 557293b commit aa7287b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/spark-expr/src/array_funcs/array_insert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ mod test {
479479

480480
let expected = ListArray::from_iter_primitive::<Int32Type, _, _>(vec![
481481
Some(vec![None, Some(0), None, Some(0)]),
482-
Some(vec![None, Some(1), None, Some(1)])
482+
Some(vec![None, Some(1), None, Some(1)]),
483483
]);
484484
assert_eq!(&result.to_data(), &expected.to_data());
485485
Ok(())

0 commit comments

Comments
 (0)