cargo fmt & lint-fix

This commit is contained in:
qu0b
2023-07-26 11:22:06 +02:00
parent 1be4d54035
commit 28de041527
3 changed files with 7 additions and 17 deletions

View File

@@ -258,9 +258,9 @@ impl BlockId {
chain: &BeaconChain<T>,
) -> Result<BlobSidecarList<T::EthSpec>, warp::Rejection> {
let root = self.root(chain)?.0;
chain.get_blobs(&root).map_err(
|e| warp_utils::reject::beacon_chain_error(e)
)
chain
.get_blobs(&root)
.map_err(warp_utils::reject::beacon_chain_error)
}
pub async fn blob_sidecar_list_filtered<T: BeaconChainTypes>(