style: fix biome formatting

This commit is contained in:
Peter Steinberger
2025-12-25 20:13:48 +00:00
parent c9c7354009
commit c860573f13
2 changed files with 7 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ import { detectMime } from "../media/mime.js";
import { startWebLoginWithQr, waitForWebLogin } from "../web/login-qr.js";
import {
type BashToolDefaults,
type ProcessToolDefaults,
createBashTool,
createProcessTool,
type ProcessToolDefaults,
} from "./bash-tools.js";
import { createClawdisTools } from "./clawdis-tools.js";
import { sanitizeToolResultImages } from "./tool-images.js";