mirror of https://github.com/openclaw/openclaw.git
Chore: fix formatting after plugin rebase
This commit is contained in:
parent
2eeb0d10df
commit
eb0e41e6ff
|
|
@ -13,8 +13,8 @@ import { resolveUserPath } from "../utils.js";
|
|||
import { registerPluginCommand } from "./commands.js";
|
||||
import { normalizePluginHttpPath } from "./http-path.js";
|
||||
import { findOverlappingPluginHttpRoute } from "./http-route-overlap.js";
|
||||
import { normalizeRegisteredProvider } from "./provider-validation.js";
|
||||
import { registerPluginInteractiveHandler } from "./interactive.js";
|
||||
import { normalizeRegisteredProvider } from "./provider-validation.js";
|
||||
import type { PluginRuntime } from "./runtime/types.js";
|
||||
import { defaultSlotIdForKey } from "./slots.js";
|
||||
import {
|
||||
|
|
|
|||
Loading…
Reference in New Issue