style: align outbound delivery formatting

This commit is contained in:
Peter Steinberger
2026-01-07 01:20:40 +00:00
parent aefaed159b
commit 2ce5df3efc
3 changed files with 4 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ import type { CliDeps } from "../cli/deps.js";
import { loadConfig } from "../config/config.js";
import { callGateway, randomIdempotencyKey } from "../gateway/call.js";
import { success } from "../globals.js";
import { deliverOutboundPayloads } from "../infra/outbound/deliver.js";
import type { OutboundDeliveryResult } from "../infra/outbound/deliver.js";
import { deliverOutboundPayloads } from "../infra/outbound/deliver.js";
import { resolveOutboundTarget } from "../infra/outbound/targets.js";
import type { RuntimeEnv } from "../runtime.js";