1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 09:01:30 +03:00

m/embed-api.go: fix formatting

This commit is contained in:
Steven Penny 2021-04-23 19:33:25 -05:00
parent 374378b979
commit 63082a804d

View File

@ -14,7 +14,9 @@ func (p *Pager) Page() error {
}
defer func() {
screen.Close()
if p.DeInit { return }
if p.DeInit {
return
}
// FIXME: Consider moving this logic into the twin package.
_, height := p.screen.Size()