Skip to content

Commit

Permalink
[squash] comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kralka committed Dec 2, 2024
1 parent 4120c7e commit 5653b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mod static_iter {
}

fn __next__<'py>(
mut slf: PyRefMut<'py, Self>
mut slf: PyRefMut<'py, Self>,
) -> Option<Vec<Bound<'py, numpy::PyArray<u8, numpy::Ix1>>>> {
match slf.next() {
None => None,
Expand Down

0 comments on commit 5653b6f

Please sign in to comment.