Skip to content

Commit bacee50

Browse files
apply fmt
1 parent d8f20f8 commit bacee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-row/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4199,7 +4199,7 @@ mod tests {
41994199
assert_eq!(col.value(i).as_ref(), union_array.value(i).as_ref());
42004200
}
42014201
}
4202-
4202+
42034203
#[test]
42044204
fn rows_size_should_count_for_capacity() {
42054205
let row_converter = RowConverter::new(vec![SortField::new(DataType::UInt8)]).unwrap();

0 commit comments

Comments
 (0)