Skip to content

Commit 725f963

Browse files
authored
Add blank lines to fix linter
1 parent 8e90dd0 commit 725f963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/core/pyspec/eth2spec/test/electra/block_processing/test_process_withdrawal_request.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def test_basic_withdrawal_request(spec, state):
4141
spec, state, withdrawal_request
4242
)
4343

44+
4445
@with_electra_and_later
4546
@spec_state_test
4647
def test_basic_withdrawal_request_with_first_validator(spec, state):
@@ -64,6 +65,7 @@ def test_basic_withdrawal_request_with_first_validator(spec, state):
6465
spec, state, withdrawal_request
6566
)
6667

68+
6769
@with_electra_and_later
6870
@spec_state_test
6971
def test_basic_withdrawal_request_with_compounding_credentials(spec, state):

0 commit comments

Comments
 (0)