Skip to content

Commit 9d560e4

Browse files
committed
Make linter happy
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent bcc5812 commit 9d560e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/tui/page/chat/chat.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ func (p *chatPage) Init() tea.Cmd {
264264

265265
// Update handles messages and updates the page state
266266
func (p *chatPage) Update(msg tea.Msg) (layout.Model, tea.Cmd) {
267-
268267
switch msg := msg.(type) {
269268
case tea.KeyboardEnhancementsMsg:
270269
// Track keyboard enhancement support and update help text

0 commit comments

Comments
 (0)