Skip to content

Commit ac6966e

Browse files
committed
revert wrong fmt changes
1 parent 3340f9b commit ac6966e

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
@@ -238,8 +238,7 @@ impl<
238238
G,
239239
&'a (dyn UtxoLookup + Send + Sync),
240240
L,
241-
>
242-
where
241+
> where
243242
L::Target: Logger,
244243
{
245244
/// Initializes a new [`GossipSync::Rapid`] variant.
@@ -256,8 +255,7 @@ impl<'a, L: Deref>
256255
&'a NetworkGraph<L>,
257256
&'a (dyn UtxoLookup + Send + Sync),
258257
L,
259-
>
260-
where
258+
> where
261259
L::Target: Logger,
262260
{
263261
/// Initializes a new [`GossipSync::None`] variant.

0 commit comments

Comments
 (0)