mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Fix tsfmt and eslint warnings
This commit is contained in:
parent
a154ef7ca1
commit
5f5a3e6eae
2 changed files with 4 additions and 4 deletions
|
@ -154,7 +154,7 @@ export function moveItem(ctx: Ctx, direction: ra.Direction): Cmd {
|
|||
direction
|
||||
});
|
||||
|
||||
if(!edit) return;
|
||||
if (!edit) return;
|
||||
|
||||
await editor.edit((builder) => {
|
||||
client.protocol2CodeConverter.asTextEdits(edit.edits).forEach((edit: any) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue