mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:37:41 +00:00
chore: Update formatting.
This commit is contained in:
@@ -12,9 +12,9 @@ vi.mock("./agent.js", () => ({
|
||||
}));
|
||||
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import type { RuntimeEnv } from "../runtime.js";
|
||||
import * as configModule from "../config/config.js";
|
||||
import { callGateway } from "../gateway/call.js";
|
||||
import type { RuntimeEnv } from "../runtime.js";
|
||||
import { agentCliCommand } from "./agent-via-gateway.js";
|
||||
import { agentCommand } from "./agent.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user