From 1ec4ef9cf674a49cb8696868827759b6719d7ba8 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Mon, 12 Jan 2026 09:57:43 +0000 Subject: [PATCH] chore: bun fmt --- registry/coder/modules/claude-code/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.test.ts b/registry/coder/modules/claude-code/main.test.ts index 181006a5..9d0e4707 100644 --- a/registry/coder/modules/claude-code/main.test.ts +++ b/registry/coder/modules/claude-code/main.test.ts @@ -87,7 +87,7 @@ describe("claude-code", async () => { enable_boundary: "true", }, }); - await execModuleScript(id, coderEnvVars) + await execModuleScript(id, coderEnvVars); await expectAgentAPIStarted(id);