From: Vadzim Dambrouski Date: Mon, 16 Dec 2019 03:31:38 +0000 (+0530) Subject: Fix formatting X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=22ae4cb90699d64b8bb455635bad7abb406bb39e;p=rust.git Fix formatting --- 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'; }