Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Aug 13, 2024
1 parent 552946c commit 2d1e1da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_sevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@ def byte_of(i, x):
o(EVM.MULMOD),
[x, y, z],
Extract(
255, 0, f_mod[512](f_mul[512](ZeroExt(256, x), ZeroExt(256, y)), ZeroExt(256, z))
255,
0,
f_mod[512](
f_mul[512](ZeroExt(256, x), ZeroExt(256, y)), ZeroExt(256, z)
),
),
),
(o(EVM.MULMOD), [con(10), con(10), con(8)], con(4)),
Expand Down

0 comments on commit 2d1e1da

Please sign in to comment.