mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
Update macro and cargo fmt
This commit is contained in:
@@ -590,7 +590,8 @@ stuvwxyz{|}~\u{007F}\u{00FF}";
|
||||
contents
|
||||
.chars()
|
||||
.nth(i)
|
||||
.ok_or(Exceptions::INDEX_OUT_OF_BOUNDS)? as isize
|
||||
.ok_or(Exceptions::INDEX_OUT_OF_BOUNDS)?
|
||||
as isize
|
||||
- ' ' as isize
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user