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 (
SwitchSessionsMsg struct{}
NewSessionsMsg struct{}
SwitchModelMsg struct{}
QuitMsg struct{}
OpenFilePickerMsg struct{}
ToggleHelpMsg struct{}
ToggleCompactModeMsg struct{}
ToggleThinkingMsg struct{}
SwitchSessionsMsg struct{}
NewSessionsMsg struct{}
SwitchModelMsg struct{}
QuitMsg struct{}
OpenFilePickerMsg struct{}
ToggleHelpMsg struct{}
ToggleCompactModeMsg struct{}
ToggleThinkingMsg struct{}
OpenExternalEditorMsg struct{}
CompactMsg struct {
CompactMsg struct {
SessionID string
}
)