style(main): dart format the supporter-binaries boot call (T-495)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-29 09:29:21 +02:00
co-authored by Claude Opus 4.8
parent eac9612a5b
commit 67edf732f1
+1 -4
View File
@@ -119,10 +119,7 @@ Future<void> main() async {
// Resolve external supporter binaries (claude, d2, …) — explicit user-scope
// overrides first, else the primed PATH + the well-known dirs; auto-detect
// and pin them on first run (T-495, D-104).
activeSupporterBinaries = await loadSupporterBinaries(
read: (k) => bootSettings.get<Object>(k),
write: (k, v) => bootSettings.set<Object?>(k, v),
);
activeSupporterBinaries = await loadSupporterBinaries(read: (k) => bootSettings.get<Object>(k), write: (k, v) => bootSettings.set<Object?>(k, v));
startupWorkRoot = resolveStartupWorkspace(
cwdRoot: startupWorkRoot,
lastProject: bootSettings.get<String>('app.lastProject'),