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