style: apply prettier formatting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-15 00:03:08 +03:00
parent 0d3326aae5
commit c60a9bef2d

View File

@@ -2,11 +2,7 @@ import { beforeEach, afterEach, describe, expect, it } from 'vitest';
import { canAccessAgentGroup, pickApprovalDelivery, pickApprover } from './access.js';
import type { ChannelAdapter, OutboundMessage } from './channels/adapter.js';
import {
initChannelAdapters,
registerChannelAdapter,
teardownChannelAdapters,
} from './channels/channel-registry.js';
import { initChannelAdapters, registerChannelAdapter, teardownChannelAdapters } from './channels/channel-registry.js';
import {
addMember,
closeDb,