Skip to content

Commit 909dfe1

Browse files
wip
1 parent 67ef22e commit 909dfe1

File tree

1 file changed

+2
-4
lines changed
  • lightning-background-processor/src

1 file changed

+2
-4
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ impl<
230230
G,
231231
&'a (dyn UtxoLookup + Send + Sync),
232232
L,
233-
>
234-
where
233+
> where
235234
L::Target: Logger,
236235
{
237236
/// Initializes a new [`GossipSync::Rapid`] variant.
@@ -248,8 +247,7 @@ impl<'a, L: Deref>
248247
&'a NetworkGraph<L>,
249248
&'a (dyn UtxoLookup + Send + Sync),
250249
L,
251-
>
252-
where
250+
> where
253251
L::Target: Logger,
254252
{
255253
/// Initializes a new [`GossipSync::None`] variant.

0 commit comments

Comments
 (0)