diff options
| author | Adam Malczewski <[email protected]> | 2026-06-26 22:03:19 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-26 22:23:39 +0900 |
| commit | 727c98c9dae516a2070eb950410314380a20c974 (patch) | |
| tree | 52aa1022c54f11770be7e4e2a324f0a8b8b8deec /packages/cli/src/index.ts | |
| parent | e59dc11f63b1df51142259bb2c406af8c9c8c2bb (diff) | |
| download | dispatch-727c98c9dae516a2070eb950410314380a20c974.tar.gz dispatch-727c98c9dae516a2070eb950410314380a20c974.zip | |
style: switch from tabs to 2-space indentation
Diffstat (limited to 'packages/cli/src/index.ts')
| -rw-r--r-- | packages/cli/src/index.ts | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 6f16547..23d9c9d 100644 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -7,20 +7,20 @@ export { type ParsedCommand, parseArgs } from "./args.js"; export { formatCatalog } from "./catalog.js"; export { - type ConversationIdResolution, - enqueueMessage, - fetchConversations, - fetchLastMessage, - fetchModels, - openConversation, - resolveConversationId, - streamChat, + type ConversationIdResolution, + enqueueMessage, + fetchConversations, + fetchLastMessage, + fetchModels, + openConversation, + resolveConversationId, + streamChat, } from "./http.js"; export { buildChatRequest, composeMessage } from "./message.js"; export { type SplitResult, splitNdjsonLines } from "./ndjson.js"; export { - extractLastText, - formatConversationList, - formatRelativeTime, - renderEvent, + extractLastText, + formatConversationList, + formatRelativeTime, + renderEvent, } from "./render.js"; |
