mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Run rustfmt
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user