whitespace
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user