mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 11:29:01 +00:00
GoLint fix
This commit is contained in:
parent
77048f3e3b
commit
77bab51696
@ -943,7 +943,6 @@ func (t *Terminal) vset(o int) bool {
|
||||
func (t *Terminal) maxItems() int {
|
||||
if t.inlineInfo {
|
||||
return C.MaxY() - 1
|
||||
} else {
|
||||
return C.MaxY() - 2
|
||||
}
|
||||
return C.MaxY() - 2
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user