diff --git a/src/message-runtime.ts b/src/message-runtime.ts index 12ad8c7..17aaaa2 100644 --- a/src/message-runtime.ts +++ b/src/message-runtime.ts @@ -857,9 +857,7 @@ export function createMessageRuntime(deps: MessageRuntimeDeps): { producedFinalText = null; }; - const flushProducedFinalText = async ( - replaceMessageId?: string | null, - ) => { + const flushProducedFinalText = async (replaceMessageId?: string | null) => { if (!producedFinalText) { return; }