Skip to content

Commit 0cb1cb7

Browse files
committed
chore: format notification indentation
1 parent 8e6c0ed commit 0cb1cb7

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)
@@ -316,9 +316,9 @@ export async function sendIgnoredMessage(
316316
const model =
317317
params.providerId && params.modelId
318318
? {
319-
providerID: params.providerId,
320-
modelID: params.modelId,
321-
}
319+
providerID: params.providerId,
320+
modelID: params.modelId,
321+
}
322322
: undefined
323323

324324
try {

0 commit comments

Comments
 (0)