Skip to content

Commit 89d4952

Browse files
committed
chore(file): remove extra newline above help
1 parent bb34c45 commit 89d4952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ func (m model) View() string {
107107
}
108108

109109
func (m model) helpView() string {
110-
return "\n" + m.help.View(m.keymap)
110+
return m.help.View(m.keymap)
111111
}

0 commit comments

Comments
 (0)