cargo fmt

This commit is contained in:
realbigsean
2023-03-15 22:18:39 -04:00
parent 4edca9117d
commit 8c79358d35
9 changed files with 30 additions and 29 deletions

View File

@@ -8,8 +8,7 @@ use crate::beacon_proposer_cache::compute_proposer_duties_from_head;
use crate::beacon_proposer_cache::BeaconProposerCache;
use crate::blob_cache::BlobCache;
use crate::blob_verification::{
AsBlock, AvailableBlock, BlobError, Blobs, BlockWrapper,
IntoAvailableBlock,
AsBlock, AvailableBlock, BlobError, Blobs, BlockWrapper, IntoAvailableBlock,
};
use crate::block_times_cache::BlockTimesCache;
use crate::block_verification::{