Skip to content

Commit 2f7065e

Browse files
committed
Remove unnecessary spaces
1 parent 3618c89 commit 2f7065e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-block-sync/src/poll.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ impl std::ops::Deref for ValidatedBlock {
160160
///
161161
/// Other `Poll` implementations should be built using `ChainPoller` as it provides the simplest way
162162
/// of validating chain data and checking consistency.
163-
pub struct ChainPoller<B: DerefMut<Target=T> + Sized , T: BlockSource> {
163+
pub struct ChainPoller<B: DerefMut<Target=T> + Sized, T: BlockSource> {
164164
block_source: B,
165165
network: Network,
166166
}
167167

168-
impl<B: DerefMut<Target=T> + Sized , T: BlockSource> ChainPoller<B, T> {
168+
impl<B: DerefMut<Target=T> + Sized, T: BlockSource> ChainPoller<B, T> {
169169
/// Creates a new poller for the given block source.
170170
///
171171
/// If the `network` parameter is mainnet, then the difficulty between blocks is checked for

0 commit comments

Comments
 (0)