Skip to content

Commit f291813

Browse files
committed
style: fix formatting
1 parent 4f3329d commit f291813

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

src/cli/tui/screens/mcp/AddGatewayTargetScreen.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import { ToolNameSchema } from '../../../../schema';
2-
import {
3-
ConfirmReview,
4-
Panel,
5-
Screen,
6-
StepIndicator,
7-
TextInput,
8-
WizardSelect,
9-
} from '../../components';
2+
import { ConfirmReview, Panel, Screen, StepIndicator, TextInput, WizardSelect } from '../../components';
103
import type { SelectableItem } from '../../components';
114
import { HELP_TEXT } from '../../constants';
125
import { useListNavigation } from '../../hooks';

src/cli/tui/screens/schema/McpGuidedEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function McpGuidedEditor(props: McpGuidedEditorProps) {
7878
);
7979
}
8080

81-
// Gateways view is the only view mode
81+
// Gateways view is the only view mode
8282
type ScreenMode = 'list' | 'confirm-exit' | 'edit-item' | 'edit-field' | 'edit-targets' | 'edit-target-field';
8383

8484
function McpEditorBody(props: {

0 commit comments

Comments
 (0)