mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
matrix utils port and pass
This commit is contained in:
@@ -91,7 +91,7 @@ impl fmt::Display for ByteMatrix {
|
||||
match bytesY[x] {
|
||||
0 => result.push_str(" 0"),
|
||||
1 => result.push_str(" 1"),
|
||||
_ => result.push_str(" "),
|
||||
_ => result.push_str(" "),
|
||||
};
|
||||
// switch (bytesY[x]) {
|
||||
// case 0:
|
||||
|
||||
Reference in New Issue
Block a user