From 1fd6a2f0b68d2e7935d0069e9597ed4fc06282ee Mon Sep 17 00:00:00 2001 From: Adam Weidman <65992621+adamfweidman@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:46:05 +0000 Subject: [PATCH] chore: format & imports (#7030) --- packages/cli/src/ui/hooks/slashCommandProcessor.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts index d04ded3d..0d2e4b07 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts @@ -77,7 +77,6 @@ import type { SlashCommand, } from '../commands/types.js'; import { CommandKind } from '../commands/types.js'; -import { ToolConfirmationOutcome } from '@google/gemini-cli-core'; import type { LoadedSettings } from '../../config/settings.js'; import { MessageType } from '../types.js'; import { BuiltinCommandLoader } from '../../services/BuiltinCommandLoader.js'; @@ -86,8 +85,9 @@ import { McpPromptLoader } from '../../services/McpPromptLoader.js'; import { SlashCommandStatus, makeFakeConfig, + ToolConfirmationOutcome, type IdeClient, -} from '@google/gemini-cli-core/index.js'; +} from '@google/gemini-cli-core'; function createTestCommand( overrides: Partial,