cargo fmt

This commit is contained in:
Michael Davis 2024-05-07 11:35:49 -04:00
parent 9dd51e75e0
commit 5c11af1479
5 changed files with 15 additions and 12 deletions

View file

@ -678,7 +678,7 @@ impl Registry {
pub fn remove_by_id(&mut self, id: LanguageServerId) {
let Some(client) = self.inner.remove(id) else {
log::error!("client was already removed");
return
return;
};
self.file_event_handler.remove_client(id);
let instances = self