mirror of
https://github.com/walles/moar.git
synced 2025-01-08 14:30:57 +03:00
m/embed-api.go: fix formatting
This commit is contained in:
parent
374378b979
commit
63082a804d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user