Skip to content

Commit ca0801d

Browse files
committed
Remove trailing whitespace
1 parent f498947 commit ca0801d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/electra/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def get_consolidation_churn_limit(state: BeaconState) -> Gwei:
586586
```python
587587
def get_pending_balance_to_withdraw(state: BeaconState, validator_index: ValidatorIndex) -> Gwei:
588588
return sum(
589-
withdrawal.amount for withdrawal in state.pending_partial_withdrawals
589+
withdrawal.amount for withdrawal in state.pending_partial_withdrawals
590590
if withdrawal.validator_index == validator_index
591591
)
592592
```

0 commit comments

Comments
 (0)