Skip to content

Commit 22fba65

Browse files
committed
f sp
1 parent 2e55184 commit 22fba65

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
@@ -3811,9 +3811,7 @@ where
38113811
found_chan = true;
38123812
handle_new_monitor_update!(self, update_res, update.update_id, peer_state_lock, peer_state, per_peer_state, chan)
38133813
},
3814-
hash_map::Entry::Vacant(_) => {
3815-
Ok(())
3816-
},
3814+
hash_map::Entry::Vacant(_) => Ok(()),
38173815
}
38183816
} else { Ok(()) }
38193817
};

0 commit comments

Comments
 (0)