mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
cargo fmt
This commit is contained in:
parent
9dd51e75e0
commit
5c11af1479
5 changed files with 15 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue