Run cargo fmt
This commit is contained in:
parent
5ca53190b5
commit
efc0902abb
@ -100,7 +100,7 @@ impl BeaconState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl From<AttestationParticipantsError> for Error {
|
impl From<AttestationParticipantsError> for Error {
|
||||||
fn from (e: AttestationParticipantsError) -> Error {
|
fn from(e: AttestationParticipantsError) -> Error {
|
||||||
Error::AttestationParticipantsError(e)
|
Error::AttestationParticipantsError(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user