From 4f0843337dd4f1d6ba083bce4ee53de45ba5efb9 Mon Sep 17 00:00:00 2001 From: Aditi Chauhan Date: Mon, 6 Jul 2026 10:04:50 +0530 Subject: [PATCH] chore: format spawn orchestrator helper --- frontend/src/renderer/lib/spawn-orchestrator.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/src/renderer/lib/spawn-orchestrator.ts b/frontend/src/renderer/lib/spawn-orchestrator.ts index c1be2ad62..366353c0e 100644 --- a/frontend/src/renderer/lib/spawn-orchestrator.ts +++ b/frontend/src/renderer/lib/spawn-orchestrator.ts @@ -8,13 +8,7 @@ import { captureRendererEvent } from "./telemetry"; // each call site remembering to instrument itself. Keep in sync with the // allowed-source list in telemetry.ts. export type OrchestratorSpawnSource = - | "board" - | "restore_dialog" - | "topbar" - | "sidebar" - | "project_add" - | "settings" - | "restart"; + "board" | "restore_dialog" | "topbar" | "sidebar" | "project_add" | "settings" | "restart"; /** Spawn the project's orchestrator session via the daemon API. When clean is * true the daemon first tears down any active orchestrator for the project, then