Run format on spec

This commit is contained in:
Koury Lape 2026-01-29 15:18:26 -05:00
parent d60546d4c4
commit cbcb5b702b
No known key found for this signature in database
GPG Key ID: 6D4E8D151FDE8C59

View File

@ -36,7 +36,7 @@ describe("dotfiles", async () => {
});
const app = state.resources.find(
(r) => r.type === "coder_app" && r.name === "dotfiles"
(r) => r.type === "coder_app" && r.name === "dotfiles",
);
expect(app).toBeDefined();