mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Fix formatting
This commit is contained in:
parent
a85cd6455a
commit
22ae4cb906
1 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue