From: Jeffrey Czyz Date: Thu, 17 Jun 2021 18:55:11 +0000 (-0500) Subject: Remove unnecessary spaces X-Git-Tag: v0.0.99~21^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=7302c8c38a748a5fb991d142a997b9ffd1d57248 Remove unnecessary spaces --- diff --git a/lightning-block-sync/src/poll.rs b/lightning-block-sync/src/poll.rs index 6a1cd659..c59652ea 100644 --- a/lightning-block-sync/src/poll.rs +++ b/lightning-block-sync/src/poll.rs @@ -170,12 +170,12 @@ mod sealed { /// /// Other `Poll` implementations should be built using `ChainPoller` as it provides the simplest way /// of validating chain data and checking consistency. -pub struct ChainPoller + Sized , T: BlockSource> { +pub struct ChainPoller + Sized, T: BlockSource> { block_source: B, network: Network, } -impl + Sized , T: BlockSource> ChainPoller { +impl + Sized, T: BlockSource> ChainPoller { /// Creates a new poller for the given block source. /// /// If the `network` parameter is mainnet, then the difficulty between blocks is checked for