Fix tsfmt and eslint warnings

This commit is contained in:
ivan770
2021-03-16 17:11:50 +02:00
parent a154ef7ca1
commit 5f5a3e6eae
2 changed files with 4 additions and 4 deletions

View File

@@ -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) => {