Skip to content

Commit 1d64f86

Browse files
committed
fix(tui): remove redudant return
1 parent fdd3976 commit 1d64f86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/tui/tui.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
134134
command = command.SetShowing(true)
135135
m.command = &command
136136
return m, nil
137-
return m, nil
138137
} else if key.Matches(msg, m.keys.Next) {
139138
if m.slide.Next == nil || m.slide.ActiveTransition != nil && m.slide.ActiveTransition.Animating() {
140139
return m, nil

0 commit comments

Comments
 (0)