Run rustfmt

This commit is contained in:
Paul Hauner
2019-06-07 02:55:43 -04:00
parent 719dd72de6
commit 39ec96ad82
3 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ use crate::*;
use ssz::{Decode, DecodeError, Encode};
use ssz_derive::{Decode, Encode};
use std::convert::TryInto;
use types::beacon_state::{CACHED_EPOCHS, CommitteeCache};
use types::beacon_state::{CommitteeCache, CACHED_EPOCHS};
/// A container for storing `BeaconState` components.
#[derive(Encode, Decode)]