style: format touched code

This commit is contained in:
Peter Steinberger
2026-04-22 04:23:27 +01:00
parent 2b09c3c7c7
commit b0734664f8
14 changed files with 33 additions and 24 deletions

View File

@@ -1,12 +1,12 @@
import fsPromises from "node:fs/promises";
import path from "node:path";
import { writeFileWithinRoot } from "openclaw/plugin-sdk/infra-runtime";
import type {
SandboxFsBridge,
SandboxFsStat,
SandboxResolvedPath,
} from "openclaw/plugin-sdk/sandbox";
import { createWritableRenameTargetResolver } from "openclaw/plugin-sdk/sandbox";
import { writeFileWithinRoot } from "openclaw/plugin-sdk/infra-runtime";
import type { OpenShellFsBridgeContext, OpenShellSandboxBackend } from "./backend.types.js";
import { movePathWithCopyFallback } from "./mirror.js";