Skip to content

Commit 120d7a4

Browse files
authored
Add another blank line
1 parent 333df69 commit 120d7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/pyspec/eth2spec/test/helpers/multi_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def run_test_full_random_operations(spec, state, rng=Random(2080)):
258258
yield 'blocks', [signed_block]
259259
yield 'post', state
260260

261+
261262
def get_random_execution_requests(spec, state, rng):
262263
deposits = get_random_deposits_requests(spec, state, rng)
263264
withdrawals = get_random_withdrawals_requests(spec, state, rng)

0 commit comments

Comments
 (0)