From 3a0234d60f924cdec4a3fa2fccfe7ed85567f0bc Mon Sep 17 00:00:00 2001 From: Sahandevs Date: Sun, 7 Feb 2021 21:59:06 +0330 Subject: format --- editors/code/src/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/src/run.ts') diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts index e30fdb38e..4f0d2884b 100644 --- a/editors/code/src/run.ts +++ b/editors/code/src/run.ts @@ -46,7 +46,7 @@ export async function selectRunnable(ctx: Ctx, prevRunnable?: RunnableQuickPick, // it is the debug case, run always has at least 'cargo check ...' // see crates\rust-analyzer\src\main_loop\handlers.rs, handle_runnables vscode.window.showErrorMessage("There's no debug target!") - .then(() => {}, console.error); + .then(() => { }, console.error); return; } -- cgit v1.2.3