chore(file): remove extra newline above help

This commit is contained in:
Christian Rocha 2025-01-13 13:49:43 -05:00
commit 89d495292b

View file

@ -107,5 +107,5 @@ func (m model) View() string {
}
func (m model) helpView() string {
return "\n" + m.help.View(m.keymap)
return m.help.View(m.keymap)
}