Skip to content

Commit 2dd9e82

Browse files
committed
Remove blank lines
1 parent 11cfd96 commit 2dd9e82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,6 @@ def run_consolidation_processing(spec, state, consolidation, success=True):
11001100
- post-state ('post').
11011101
If ``success == False``, ``process_consolidation_request`` would return without any state change.
11021102
"""
1103-
11041103
if success:
11051104
validator_pubkeys = [v.pubkey for v in state.validators]
11061105
source_index = spec.ValidatorIndex(validator_pubkeys.index(consolidation.source_pubkey))
@@ -1170,7 +1169,6 @@ def run_switch_to_compounding_processing(spec, state, consolidation, success=Tru
11701169
- post-state ('post').
11711170
If ``success == False``, ``process_consolidation_request`` would return without any state change.
11721171
"""
1173-
11741172
if success:
11751173
validator_pubkeys = [v.pubkey for v in state.validators]
11761174
source_index = spec.ValidatorIndex(validator_pubkeys.index(consolidation.source_pubkey))

0 commit comments

Comments
 (0)