Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Aug 17, 2023
1 parent 99001dc commit 95f747e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/u256_signed_math.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const TWO_POW_127: u128 = 0x80000000000000000000000000000000;
const MAX_U256: u256 = 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;



// Returns the negation of an integer.
// Note that the negation of -2**255 is -2**255.
fn u256_neg(a: u256) -> u256 {
Expand Down

0 comments on commit 95f747e

Please sign in to comment.