mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 04:02:01 -07:00
GoLint fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user