mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-30 03:03:45 +00:00
Updated to comply with new clippy formatting rules (#2336)
## Issue Addressed The latest version of Rust has new clippy rules & the codebase isn't up to date with them. ## Proposed Changes Small formatting changes that clippy tells me are functionally equivalent
This commit is contained in:
@@ -38,10 +38,10 @@ impl<E: EthSpec> Slasher<E> {
|
||||
let block_queue = BlockQueue::default();
|
||||
Ok(Self {
|
||||
db,
|
||||
attester_slashings,
|
||||
proposer_slashings,
|
||||
attestation_queue,
|
||||
block_queue,
|
||||
attester_slashings,
|
||||
proposer_slashings,
|
||||
config,
|
||||
log,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user