style: prettier formatting fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-10 01:10:58 +03:00
parent d8fbd3b239
commit 6eb81b5737
3 changed files with 38 additions and 6 deletions

View File

@@ -54,7 +54,11 @@ function createMockAdapter(
return setupConfig !== null;
},
async deliver(_platformId: string, _threadId: string | null, message: OutboundMessage): Promise<string | undefined> {
async deliver(
_platformId: string,
_threadId: string | null,
message: OutboundMessage,
): Promise<string | undefined> {
delivered.push(message);
return undefined;
},