mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cleanup failures for existing tests
This commit is contained in:
@@ -117,8 +117,8 @@ impl<'a> PatternView<'_> {
|
||||
}
|
||||
pub fn end(&self) -> Option<PatternType> {
|
||||
if self.start + self.count < self.data.0.len() {
|
||||
Some(self.data.0[self.start + self.count])
|
||||
}else {
|
||||
Some(self.data.0[self.start + self.count])
|
||||
} else {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user