mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 00:21:09 -07:00
Fix linter.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user