mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Remove extra await
This commit is contained in:
@@ -40,7 +40,7 @@ class OrganizeImportsCommand implements Command {
|
||||
}
|
||||
|
||||
const edits = typeconverts.WorkspaceEdit.fromFileCodeEdits(this.client, response.body);
|
||||
return await vscode.workspace.applyEdit(edits);
|
||||
return vscode.workspace.applyEdit(edits);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user