Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Mittal <[email protected]>
  • Loading branch information
shashank-iitbhu committed Feb 18, 2024
1 parent dcdd2c2 commit 0caebe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/LSP/src/quick_fix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub(crate) fn quick_fix(uri: &Url, diags: &Vec<Diagnostic>) -> Vec<lsp_types::Co
},
DiagnosticId::Warning(warn) => match warn {
WarningKind::UnusedImportWarning => {
let mut chanfges = HashMap::new();
let mut changes = HashMap::new();
changes.insert(
uri.clone(),
vec![TextEdit {
Expand Down

0 comments on commit 0caebe1

Please sign in to comment.