Skip to content

Commit 1ea0242

Browse files
committed
lint
1 parent d95a34b commit 1ea0242

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

beacon_node/beacon_chain/src/block_verification_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub enum RpcBlock<E: EthSpec> {
2828
BlockOnly {
2929
block: Arc<SignedBeaconBlock<E>>,
3030
block_root: Hash256,
31-
},
31+
},
3232
}
3333

3434
impl<E: EthSpec> Debug for RpcBlock<E> {

beacon_node/beacon_chain/src/data_availability_checker/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ impl Error {
4646
| Error::BlockReplayError(_)
4747
| Error::RebuildingStateCaches(_)
4848
| Error::SlotClockError
49-
| Error::InvalidFork
5049
| Error::InvalidAvailableBlockData => ErrorCategory::Internal,
5150
Error::InvalidBlobs { .. }
5251
| Error::InvalidColumn { .. }

0 commit comments

Comments
 (0)