Skip to content

Commit fc70c96

Browse files
committed
Fix formatting
1 parent 0ba8947 commit fc70c96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ pub fn get_route<L: Deref>(our_node_id: &PublicKey, network: &NetworkGraph, targ
244244
channel_features: $chan_features.clone(),
245245
fee_msat: 0,
246246
cltv_expiry_delta: 0,
247-
})
247+
},
248+
)
248249
});
249250
if $src_node_id != *our_node_id {
250251
// Ignore new_fee for channel-from-us as we assume all channels-from-us

0 commit comments

Comments
 (0)