Skip to content

Commit 3a4c525

Browse files
committed
f sp
1 parent 1831145 commit 3a4c525

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
@@ -3817,9 +3817,7 @@ where
38173817
found_chan = true;
38183818
handle_new_monitor_update!(self, update_res, update.update_id, peer_state_lock, peer_state, per_peer_state, chan)
38193819
},
3820-
hash_map::Entry::Vacant(_) => {
3821-
Ok(())
3822-
},
3820+
hash_map::Entry::Vacant(_) => Ok(()),
38233821
}
38243822
} else { Ok(()) }
38253823
};

0 commit comments

Comments
 (0)