Skip to content

Commit

Permalink
Update array_checker.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Sep 24, 2023
1 parent 65dcb15 commit fcf321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl ArrayChecker {
IndexInterval::default()
}
_ => {
todo!()
IndexInterval::default()
}
}
}
Expand Down

0 comments on commit fcf321f

Please sign in to comment.