GoLint fix

This commit is contained in:
Junegunn Choi 2015-06-14 03:19:18 +09:00
parent 77048f3e3b
commit 77bab51696

View File

@ -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
}