mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -139,7 +139,7 @@ impl BitSource {
|
||||
num_bits -= toRead;
|
||||
bit_offset += toRead;
|
||||
if bit_offset == 8 {
|
||||
bit_offset = 0;
|
||||
//bit_offset = 0;
|
||||
byte_offset += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user