From e8829487546ab097271ae79a01d97f228d948b56 Mon Sep 17 00:00:00 2001 From: dospore Date: Wed, 10 Jul 2024 09:18:24 +1000 Subject: [PATCH] Check all cargo fmt --- beacon_node/execution_layer/src/block_hash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/execution_layer/src/block_hash.rs b/beacon_node/execution_layer/src/block_hash.rs index 5ca3336cdc..10edb7b2fd 100644 --- a/beacon_node/execution_layer/src/block_hash.rs +++ b/beacon_node/execution_layer/src/block_hash.rs @@ -7,7 +7,7 @@ use keccak_hash::KECCAK_EMPTY_LIST_RLP; use triehash::ordered_trie_root; use types::{ EncodableExecutionBlockHeader, EthSpec, ExecutionBlockHash, ExecutionBlockHeader, - ExecutionPayloadRef, Hash256 + ExecutionPayloadRef, Hash256, }; /// Calculate the block hash of an execution block.