Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jul 13, 2022
1 parent 0c6de63 commit 8496857
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions beacon_node/network/src/sync/block_lookups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,7 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
}

e @ BlockError::ExecutionPayloadError(ExecutionPayloadError::RequestFailed(_))
| e
@
BlockError::ExecutionPayloadError(
| e @ BlockError::ExecutionPayloadError(
ExecutionPayloadError::NoExecutionConnection,
) => {
// These errors indicate that the execution layer is offline
Expand Down

0 comments on commit 8496857

Please sign in to comment.