Skip to content

Commit 5154e58

Browse files
committed
f sp
1 parent 784dbed commit 5154e58

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
@@ -3805,9 +3805,7 @@ where
38053805
found_chan = true;
38063806
handle_new_monitor_update!(self, update_res, update.update_id, peer_state_lock, peer_state, per_peer_state, chan)
38073807
},
3808-
hash_map::Entry::Vacant(_) => {
3809-
Ok(())
3810-
},
3808+
hash_map::Entry::Vacant(_) => Ok(()),
38113809
}
38123810
} else { Ok(()) }
38133811
};

0 commit comments

Comments
 (0)