mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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;
|
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);
|
await applySourceChange(ctx, change);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue