style: format health/status files

This commit is contained in:
Peter Steinberger
2026-01-17 01:25:10 +00:00
parent fa2b92bb00
commit e16ce1a0a1
5 changed files with 35 additions and 41 deletions

View File

@@ -226,7 +226,7 @@ export async function statusCommand(
const storeLabel =
summary.sessions.paths.length > 1
? `${summary.sessions.paths.length} stores`
: summary.sessions.paths[0] ?? "unknown";
: (summary.sessions.paths[0] ?? "unknown");
const overviewRows = [
{ Item: "Dashboard", Value: dashboard },