Skip to content

Commit

Permalink
chore(file): remove extra newline above help
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Jan 13, 2025
1 parent bb34c45 commit 89d4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 89d4952

Please sign in to comment.