Skip to content

Commit 72e81da

Browse files
author
Veetaha
committed
vscode: run fmt
1 parent c9230b8 commit 72e81da

File tree

1 file changed

+1
-1
lines changed
  • editors/code/src/commands

1 file changed

+1
-1
lines changed

editors/code/src/commands/ssr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function ssr(ctx: Ctx): Cmd {
2323

2424
if (!request) return;
2525

26-
const change = await client.sendRequest(ra.ssr, { arg: request },);
26+
const change = await client.sendRequest(ra.ssr, { arg: request });
2727

2828
await applySourceChange(ctx, change);
2929
};

0 commit comments

Comments
 (0)