aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorVadzim Dambrouski <[email protected]>2019-12-16 03:31:38 +0000
committerVadzim Dambrouski <[email protected]>2019-12-16 03:31:38 +0000
commit22ae4cb90699d64b8bb455635bad7abb406bb39e (patch)
tree4d34976f7630202a05319e43dfcca3b6ce571123 /editors/code
parenta85cd6455a66ca75ba9991d91acf36f55cb74e8c (diff)
Fix formatting
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/src/commands/cargo_watch.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/src/commands/cargo_watch.ts b/editors/code/src/commands/cargo_watch.ts
index 45f1dd49f..748be535c 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 {
82 } 82 }
83 83
84 let args = 84 let args =
85 Server.config.cargoWatchOptions.command + 85 Server.config.cargoWatchOptions.command + ' --message-format json';
86 ' --message-format json';
87 if (Server.config.cargoWatchOptions.allTargets) { 86 if (Server.config.cargoWatchOptions.allTargets) {
88 args += ' --all-targets'; 87 args += ' --all-targets';
89 } 88 }