Skip to content

Commit f7667f5

Browse files
committed
Fix indentation
1 parent 9f34cbf commit f7667f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-invoice/src/utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ impl<G: Deref<Target = NetworkGraph<L>>, L: Deref, S: Deref> Router for DefaultR
478478

479479
find_route(
480480
payer, params, &self.network_graph, first_hops, &*self.logger,
481-
&AccountForInFlightHtlcs::new(&mut self.scorer.lock(), inflight_htlcs.map),
482-
&random_seed_bytes
481+
&AccountForInFlightHtlcs::new(&mut self.scorer.lock(), inflight_htlcs.map),
482+
&random_seed_bytes
483483
)
484484
}
485485

0 commit comments

Comments
 (0)