Fix formatting
This commit is contained in:
parent
a85cd6455a
commit
22ae4cb906
@ -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…
x
Reference in New Issue
Block a user