Skip to content

Commit 7302c8c

Browse files
committed
Remove unnecessary spaces
1 parent 8cc026b commit 7302c8c

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
@@ -170,12 +170,12 @@ mod sealed {
170170
///
171171
/// Other `Poll` implementations should be built using `ChainPoller` as it provides the simplest way
172172
/// of validating chain data and checking consistency.
173-
pub struct ChainPoller<B: DerefMut<Target=T> + Sized , T: BlockSource> {
173+
pub struct ChainPoller<B: DerefMut<Target=T> + Sized, T: BlockSource> {
174174
block_source: B,
175175
network: Network,
176176
}
177177

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

0 commit comments

Comments
 (0)