Skip to content

Commit 8691fd1

Browse files
committed
noop
1 parent 85f1d59 commit 8691fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ethereum/circuits/lib/src/uint256_test.nr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ mod into_bytes32 {
3434
use dep::bignum::bignum::BigNum;
3535
use dep::bignum::U256;
3636
global high: u128 = 0x10000000000000000000000000000000;
37+
3738
global low: u128 = 0;
3839

3940
global big_number: U256 = from_field(0x10000000000000000000000000000000);

0 commit comments

Comments
 (0)