mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Remove extraneous formatting call
This commit is contained in:
parent
c1496854a8
commit
88523ee94f
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ func pagerView(m pagerModel) string {
|
|||
}
|
||||
|
||||
if m.showHelp {
|
||||
fmt.Fprintf(&b, pagerHelpView(m, m.width))
|
||||
fmt.Fprint(&b, pagerHelpView(m, m.width))
|
||||
}
|
||||
|
||||
return b.String()
|
||||
|
|
Loading…
Reference in a new issue