vscode: run fmt
This commit is contained in:
parent
c9230b88b4
commit
72e81dae71
@ -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 New Issue
Block a user