Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 3eb2a93

Browse files
meowgorithmkujtimiihoxha
authored andcommitted
fix(lint): remove extraneous newline
1 parent 3311aed commit 3eb2a93

File tree

1 file changed

+0
-1
lines changed
  • internal/tui/components/core/list

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ func (m *model) handleKeyPress(msg tea.KeyPressMsg) (tea.Model, tea.Cmd) {
345345
}
346346
m.currentSearch = m.input.Value()
347347
return m, tea.Batch(cmds...)
348-
349348
}
350349
return m, nil
351350
}

0 commit comments

Comments
 (0)