Skip to content

Commit b6cd62a

Browse files
committed
remove more whitespaces
Signed-off-by: Guillaume Ballet <[email protected]>
1 parent 16f6d30 commit b6cd62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/prague/eip8047_bloatnet/test_bloatnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ def test_bloatnet(blockchain_test: BlockchainTestFiller, pre: Alloc, fork: Fork)
4040
sstore_code = sstore_code + Op.PUSH1(i)
4141
else:
4242
sstore_code = sstore_code + Op.PUSH2(i)
43-
43+
4444
sstore_code = sstore_code + Op.SSTORE(unchecked=True)
45-
45+
4646
storage[storage_slot] = 0x02 << 248
4747
storage_slot += 1
4848
i += 1

0 commit comments

Comments
 (0)