Skip to content

Commit

Permalink
formatting fix (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored and JustinDrake committed Apr 12, 2019
1 parent f62fbf5 commit b966041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ def verify_merkle_branch(leaf: Bytes32, proof: List[Bytes32], depth: int, index:

```python
def get_crosslink_committee_for_attestation(state: BeaconState,
attestation_data: AttestationData) -> List[ValidatorIndex]:
attestation_data: AttestationData) -> List[ValidatorIndex]:
"""
Return the crosslink committee corresponding to ``attestation_data``.
"""
Expand Down

0 comments on commit b966041

Please sign in to comment.