whitespace

master v0.0.0
bel 2023-03-24 22:26:34 -06:00
parent 2746051a2a
commit 1ef3afd647
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ func NewV1(src raw.Raw) V1 {
}
}
func (v1 V1) Close() { v1.src.Close() }
func (v1 V1) Close() {
v1.src.Close()
}
func (v1 V1) Read() []Button {
line := v1.src.Read()