From cbcb5b702b2f79d3cf3c7686736911be6f8be953 Mon Sep 17 00:00:00 2001 From: Koury Lape Date: Thu, 29 Jan 2026 15:18:26 -0500 Subject: [PATCH] Run format on spec --- registry/coder/modules/dotfiles/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/dotfiles/main.test.ts b/registry/coder/modules/dotfiles/main.test.ts index f13c8663..6144e2b8 100644 --- a/registry/coder/modules/dotfiles/main.test.ts +++ b/registry/coder/modules/dotfiles/main.test.ts @@ -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();