style(tui): apply formatter

This commit is contained in:
Brooklyn Nicholson 2026-04-26 01:48:10 -05:00
parent db4e4acca0
commit 14fcff60c9
4 changed files with 11 additions and 7 deletions

View file

@ -9,8 +9,8 @@ import { VERBS } from '../content/verbs.js'
import { fmtDuration } from '../domain/messages.js'
import { stickyPromptFromViewport } from '../domain/viewport.js'
import { buildSubagentTree, treeTotals, widthByDepth } from '../lib/subagentTree.js'
import { useViewportSnapshot } from '../lib/viewportStore.js'
import { fmtK } from '../lib/text.js'
import { useViewportSnapshot } from '../lib/viewportStore.js'
import type { Theme } from '../theme.js'
import type { Msg, Usage } from '../types.js'