Cargo fmt fix
This commit is contained in:
parent
4d7a24234b
commit
ddc58b9a65
|
@ -1709,8 +1709,7 @@ impl DefaultFunction {
|
||||||
DefaultFunction::FindFirstSetBit => {
|
DefaultFunction::FindFirstSetBit => {
|
||||||
let bytes = args[0].unwrap_byte_string()?;
|
let bytes = args[0].unwrap_byte_string()?;
|
||||||
|
|
||||||
let first_bit =
|
let first_bit = bytes
|
||||||
bytes
|
|
||||||
.iter()
|
.iter()
|
||||||
.rev()
|
.rev()
|
||||||
.enumerate()
|
.enumerate()
|
||||||
|
|
Loading…
Reference in New Issue