Fix linter.

This commit is contained in:
Christian Gunderman
2026-03-13 12:43:44 -07:00
parent b2a323f8ef
commit cfe1e39bd1

View File

@@ -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> {