Cargo fmt fix

This commit is contained in:
microproofs 2024-12-07 12:30:14 +07:00
parent 4d7a24234b
commit ddc58b9a65
No known key found for this signature in database
GPG Key ID: 14F93C84DE6AFD17
1 changed files with 27 additions and 28 deletions

View File

@ -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()