Skip to content

Commit

Permalink
chore: 🤖 update
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Nov 18, 2024
1 parent 45dd137 commit 63dbfc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,7 @@ impl LanguageServer for Backend {
.collect::<Vec<_>>();
let mut map = HashMap::new();
map.insert(uri, edit_list);
let workspace_edit = WorkspaceEdit::new(map);
workspace_edit
WorkspaceEdit::new(map)
})
}();
Ok(workspace_edit)
Expand Down

0 comments on commit 63dbfc0

Please sign in to comment.