Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jul 30, 2024
1 parent f3cf8da commit 485f654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/language-services/src/features/do-rename.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export class DoRename extends FindReferences {
}
}


edits.changes![location.uri].push(TextEdit.replace(range, newName));
}

Expand Down

0 comments on commit 485f654

Please sign in to comment.