Skip to content

Commit effb538

Browse files
fix: format check
1 parent eca712e commit effb538

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/ui/notification.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export async function sendCompressNotification(
238238
batchTopic ??
239239
(entries.length === 1
240240
? (state.prune.messages.blocksById.get(entries[0]?.blockId ?? -1)?.topic ??
241-
"(unknown topic)")
241+
"(unknown topic)")
242242
: "(unknown topic)")
243243

244244
const totalActiveSummaryTkns = getActiveSummaryTokenUsage(state)
@@ -317,9 +317,9 @@ export async function sendIgnoredMessage(
317317
const model =
318318
params.providerId && params.modelId
319319
? {
320-
providerID: params.providerId,
321-
modelID: params.modelId,
322-
}
320+
providerID: params.providerId,
321+
modelID: params.modelId,
322+
}
323323
: undefined
324324

325325
try {

0 commit comments

Comments
 (0)