mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
vscode: run fmt
This commit is contained in:
parent
c9230b88b4
commit
72e81dae71
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export function ssr(ctx: Ctx): Cmd {
|
|||
|
||||
if (!request) return;
|
||||
|
||||
const change = await client.sendRequest(ra.ssr, { arg: request },);
|
||||
const change = await client.sendRequest(ra.ssr, { arg: request });
|
||||
|
||||
await applySourceChange(ctx, change);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue