Run cargo fmt

This commit is contained in:
Paul Hauner 2019-02-01 18:20:42 +11:00
parent 5ca53190b5
commit efc0902abb
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -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)
} }
} }