Skip to content

Commit 3dfc98a

Browse files
committed
Fix formatting issues
1 parent 34f1973 commit 3dfc98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simln-lib/src/sim_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ impl<T: SimNetwork, C: Clock> SimNode<T, C> {
552552
/// The [`lightning::routing::router::build_route_from_hops`] function can be used to build the route to be passed here.
553553
///
554554
/// **Note:** The payment hash passed in here should be used in track_payment to track the payment outcome.
555-
///
555+
///
556556
/// **Note:** The route passed in here must contain only one path.
557557
pub async fn send_to_route(
558558
&mut self,

0 commit comments

Comments
 (0)