From 1ef3afd647e3d58cee6c7d7d80f49f8f9de216f0 Mon Sep 17 00:00:00 2001 From: bel Date: Fri, 24 Mar 2023 22:26:34 -0600 Subject: [PATCH] whitespace --- src/device/input/button/v1.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/device/input/button/v1.go b/src/device/input/button/v1.go index 9e0f47c..a91c832 100644 --- a/src/device/input/button/v1.go +++ b/src/device/input/button/v1.go @@ -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()