From 22ae4cb90699d64b8bb455635bad7abb406bb39e Mon Sep 17 00:00:00 2001 From: Vadzim Dambrouski Date: Mon, 16 Dec 2019 09:01:38 +0530 Subject: [PATCH] Fix formatting --- editors/code/src/commands/cargo_watch.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editors/code/src/commands/cargo_watch.ts b/editors/code/src/commands/cargo_watch.ts index 45f1dd49f46..748be535cc5 100644 --- a/editors/code/src/commands/cargo_watch.ts +++ b/editors/code/src/commands/cargo_watch.ts @@ -82,8 +82,7 @@ export class CargoWatchProvider implements vscode.Disposable { } let args = - Server.config.cargoWatchOptions.command + - ' --message-format json'; + Server.config.cargoWatchOptions.command + ' --message-format json'; if (Server.config.cargoWatchOptions.allTargets) { args += ' --all-targets'; } -- 2.44.0