Skip to content

Commit 2cc52c9

Browse files
committed
f sp
1 parent 5c91966 commit 2cc52c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3802,9 +3802,7 @@ where
38023802
found_chan = true;
38033803
handle_new_monitor_update!(self, update_res, update.update_id, peer_state_lock, peer_state, per_peer_state, chan)
38043804
},
3805-
hash_map::Entry::Vacant(_) => {
3806-
Ok(())
3807-
},
3805+
hash_map::Entry::Vacant(_) => Ok(()),
38083806
}
38093807
} else { Ok(()) }
38103808
};

0 commit comments

Comments
 (0)