From 430d57c610ffa21ed4ace15f03d23a429dcd7f60 Mon Sep 17 00:00:00 2001 From: Gleb Naumenko Date: Thu, 25 Jun 2020 17:01:42 +0300 Subject: [PATCH] Fix formatting --- lightning/src/routing/router.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lightning/src/routing/router.rs b/lightning/src/routing/router.rs index 5f3f02dc..dad04a13 100644 --- a/lightning/src/routing/router.rs +++ b/lightning/src/routing/router.rs @@ -244,7 +244,8 @@ pub fn get_route(our_node_id: &PublicKey, network: &NetworkGraph, targ channel_features: $chan_features.clone(), fee_msat: 0, cltv_expiry_delta: 0, - }) + }, + ) }); if $src_node_id != *our_node_id { // Ignore new_fee for channel-from-us as we assume all channels-from-us -- 2.30.2