style: apply oxfmt

This commit is contained in:
Peter Steinberger
2026-01-17 01:55:42 +00:00
parent 767f55b127
commit 3fb699a84b
22 changed files with 375 additions and 377 deletions

View File

@@ -155,9 +155,7 @@ describe("handleCommands internal hooks", () => {
await handleCommands(params);
expect(spy).toHaveBeenCalledWith(
expect.objectContaining({ type: "command", action: "new" }),
);
expect(spy).toHaveBeenCalledWith(expect.objectContaining({ type: "command", action: "new" }));
spy.mockRestore();
});
});