Skip to content

Commit a5bec01

Browse files
committed
fix rustfmt
1 parent 506449f commit a5bec01

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
@@ -259,8 +259,7 @@ impl<
259259
G,
260260
&'a (dyn UtxoLookup + Send + Sync),
261261
L,
262-
>
263-
where
262+
> where
264263
L::Target: Logger,
265264
{
266265
/// Initializes a new [`GossipSync::Rapid`] variant.
@@ -277,8 +276,7 @@ impl<'a, L: Deref>
277276
&'a NetworkGraph<L>,
278277
&'a (dyn UtxoLookup + Send + Sync),
279278
L,
280-
>
281-
where
279+
> where
282280
L::Target: Logger,
283281
{
284282
/// Initializes a new [`GossipSync::None`] variant.

0 commit comments

Comments
 (0)