Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Oct 19, 2023
1 parent 4a21a3c commit bc777ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/bitwise.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn bit_length<
let mut bit_position = TZeroable::zero();
let mut cur_n = num;
let two = TOneable::one() + TOneable::one();

loop {
if cur_n == TZeroable::zero() {
break ();
Expand Down

0 comments on commit bc777ef

Please sign in to comment.