From a9b378a0b10816f5bf1d37fdddc9f3f744c1d9bd Mon Sep 17 00:00:00 2001 From: Rohit Amarnath <88762+ramarnat@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:16:15 -0500 Subject: [PATCH] style(test): format internal hooks startup regression test --- src/gateway/server-startup.plugin-internal-hooks.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/server-startup.plugin-internal-hooks.test.ts b/src/gateway/server-startup.plugin-internal-hooks.test.ts index bda0df831e8..bb048d5e7c1 100644 --- a/src/gateway/server-startup.plugin-internal-hooks.test.ts +++ b/src/gateway/server-startup.plugin-internal-hooks.test.ts @@ -2,8 +2,8 @@ import fs from "node:fs/promises"; import os from "node:os"; import path from "node:path"; import { afterEach, describe, expect, test, vi } from "vitest"; -import type { OpenClawConfig } from "../config/config.js"; import { createDefaultDeps } from "../cli/deps.js"; +import type { OpenClawConfig } from "../config/config.js"; import { clearInternalHooks, createInternalHookEvent,