vscode: run fmt

This commit is contained in:
Veetaha 2020-02-25 01:00:00 +02:00
parent c9230b88b4
commit 72e81dae71

View file

@ -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);
};