mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 03:12:42 +00:00
style: align formatting with oxfmt 0.33
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import type { Command } from "commander";
|
||||
import type { CostUsageSummary } from "../../infra/session-cost-usage.js";
|
||||
import type { GatewayDiscoverOpts } from "./discover.js";
|
||||
import { gatewayStatusCommand } from "../../commands/gateway-status.js";
|
||||
import { formatHealthChannelLines, type HealthSummary } from "../../commands/health.js";
|
||||
import { loadConfig } from "../../config/config.js";
|
||||
import { discoverGatewayBeacons } from "../../infra/bonjour-discovery.js";
|
||||
import type { CostUsageSummary } from "../../infra/session-cost-usage.js";
|
||||
import { resolveWideAreaDiscoveryDomain } from "../../infra/widearea-dns.js";
|
||||
import { defaultRuntime } from "../../runtime.js";
|
||||
import { styleHealthChannelLine } from "../../terminal/health-style.js";
|
||||
@@ -16,6 +15,7 @@ import { addGatewayServiceCommands } from "../daemon-cli.js";
|
||||
import { formatHelpExamples } from "../help-format.js";
|
||||
import { withProgress } from "../progress.js";
|
||||
import { callGatewayCli, gatewayCallOpts } from "./call.js";
|
||||
import type { GatewayDiscoverOpts } from "./discover.js";
|
||||
import {
|
||||
dedupeBeacons,
|
||||
parseDiscoverTimeoutMs,
|
||||
|
||||
Reference in New Issue
Block a user