Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Nov 26, 2024
1 parent 587bb04 commit a601af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-arrow/src/compute/take/generic_binary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub(super) unsafe fn take_indices_validity<O: Offset, I: Index>(
None => {
length = O::zero();
starts.push_unchecked(O::default());
}
},
};
length.to_usize()
});
Expand Down

0 comments on commit a601af2

Please sign in to comment.