whitespace

This commit is contained in:
bel
2023-03-24 22:26:34 -06:00
parent 2746051a2a
commit 1ef3afd647

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 { func (v1 V1) Read() []Button {
line := v1.src.Read() line := v1.src.Read()