1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

Fix lint warning

This commit is contained in:
Achilleas Anagnostopoulos 2017-06-30 09:20:24 +01:00
parent df6e4314ca
commit 336cbb415d

View File

@ -121,7 +121,6 @@ func (t *Vt) lf() {
t.cons.Scroll(console.Up, 1)
t.cons.Clear(0, t.height-1, t.width, 1)
return
}
func makeAttr(fg, bg console.Attr) console.Attr {