From cfe1e39bd11b800222c85fecb3a30688082f6e35 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Fri, 13 Mar 2026 12:43:44 -0700 Subject: [PATCH] Fix linter. --- packages/core/src/core/coreToolHookTriggers.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/core/coreToolHookTriggers.test.ts b/packages/core/src/core/coreToolHookTriggers.test.ts index 386800051e..7607f94c65 100644 --- a/packages/core/src/core/coreToolHookTriggers.test.ts +++ b/packages/core/src/core/coreToolHookTriggers.test.ts @@ -16,7 +16,7 @@ import { import type { MessageBus } from '../confirmation-bus/message-bus.js'; import type { HookSystem } from '../hooks/hookSystem.js'; import type { Config } from '../config/config.js'; -import type { DefaultHookOutput} from '../hooks/types.js'; +import type { DefaultHookOutput } from '../hooks/types.js'; import { BeforeToolHookOutput } from '../hooks/types.js'; class MockInvocation extends BaseToolInvocation<{ key?: string }, ToolResult> {