mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-21 15:44:17 +02: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…
Add table
Add a link
Reference in a new issue