Skip to content

Commit 55c1fba

Browse files
committed
f whitespace
1 parent 48a688a commit 55c1fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8297,7 +8297,7 @@ where
82978297
for (htlc_source, (htlc, preimage_opt)) in monitor.get_all_current_outbound_htlcs() {
82988298
match htlc_source {
82998299
HTLCSource::PreviousHopData(prev_hop_data) => {
8300-
if let Some(payment_preimage) = preimage_opt {
8300+
if let Some(payment_preimage) = preimage_opt {
83018301
let mut is_chan_open = false;
83028302
if let Some((node_id, chan_id)) = short_to_chan_info.get(&prev_hop_data.short_channel_id) {
83038303
if let Some(mut peer) = per_peer_state.get_mut(node_id).map(|node| node.lock().unwrap()) {

0 commit comments

Comments
 (0)