fix(lint): remove extraneous newline

Christian Rocha created

Change summary

internal/tui/components/core/list/list.go | 1 -
1 file changed, 1 deletion(-)

Detailed changes

internal/tui/components/core/list/list.go 🔗

@@ -345,7 +345,6 @@ func (m *model) handleKeyPress(msg tea.KeyPressMsg) (tea.Model, tea.Cmd) {
 		}
 		m.currentSearch = m.input.Value()
 		return m, tea.Batch(cmds...)
-
 	}
 	return m, nil
 }