mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 13:45:45 +01:00
chore(file): remove extra newline above help
This commit is contained in:
parent
bb34c45fe1
commit
89d495292b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue