chore: fix formatting drift in extension sources (#48758)

This commit is contained in:
Josh Lehman
2026-03-16 22:43:21 -07:00
committed by GitHub
parent ac4aead8a7
commit 61ccc5bede
13 changed files with 36 additions and 35 deletions

View File

@@ -1,4 +1,3 @@
import { formatCliCommand } from "../../../src/cli/command-format.js";
import {
applyAccountNameToChannelSection,
DEFAULT_ACCOUNT_ID,
@@ -11,6 +10,7 @@ import {
type WizardPrompter,
} from "openclaw/plugin-sdk/setup";
import type { ChannelSetupAdapter, ChannelSetupDmPolicy } from "openclaw/plugin-sdk/setup";
import { formatCliCommand } from "../../../src/cli/command-format.js";
import { formatDocsLink } from "../../../src/terminal/links.js";
import { resolveDefaultTelegramAccountId, resolveTelegramAccount } from "./accounts.js";
import { fetchTelegramChatId } from "./api-fetch.js";