chore: lint

This commit is contained in:
Kujtim Hoxha
2025-07-29 14:25:32 +02:00
parent 28be096bae
commit f56c9f5151

View File

@@ -60,16 +60,16 @@ type commandDialogCmp struct {
} }
type ( type (
SwitchSessionsMsg struct{} SwitchSessionsMsg struct{}
NewSessionsMsg struct{} NewSessionsMsg struct{}
SwitchModelMsg struct{} SwitchModelMsg struct{}
QuitMsg struct{} QuitMsg struct{}
OpenFilePickerMsg struct{} OpenFilePickerMsg struct{}
ToggleHelpMsg struct{} ToggleHelpMsg struct{}
ToggleCompactModeMsg struct{} ToggleCompactModeMsg struct{}
ToggleThinkingMsg struct{} ToggleThinkingMsg struct{}
OpenExternalEditorMsg struct{} OpenExternalEditorMsg struct{}
CompactMsg struct { CompactMsg struct {
SessionID string SessionID string
} }
) )