Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jan 6, 2025
1 parent cc05b4c commit 0f11794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func count_trailing_zeroes_128{bitwise_ptr: BitwiseBuiltin*}(x: felt, pow2_array
if (x == 0) {
return (res=16);
}

local trailing_zeroes_bytes;
%{
from tools.py.utils import count_trailing_zero_bytes_from_int
Expand Down

0 comments on commit 0f11794

Please sign in to comment.