Skip to content

Commit add45d6

Browse files
committed
fix failing test
Signed-off-by: Ayush <mail@ayuch.dev>
1 parent 0085eab commit add45d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/tui/update.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
163163
key.Matches(msg, keys.FocusFour), key.Matches(msg, keys.FocusFive),
164164
key.Matches(msg, keys.FocusSix):
165165
m.handleFocusKeys(msg)
166-
return m, nil
167166
}
168167

169168
cmd = m.handlePanelKeys(msg)

0 commit comments

Comments
 (0)