code formatting

This commit is contained in:
vsrs
2020-05-17 20:38:50 +03:00
parent dec2f3fa65
commit 3d445256fe
3 changed files with 22 additions and 20 deletions

View File

@@ -40,7 +40,7 @@ async function selectRunnable(ctx: Ctx, prevRunnable?: RunnableQuickPick, debugg
items.push(new RunnableQuickPick(r));
}
if( items.length === 0 ) {
if (items.length === 0) {
// 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!");