From 58cb161bf30c171299774d73af2476cabc7f9a88 Mon Sep 17 00:00:00 2001 From: m1k1o Date: Sun, 11 Apr 2021 12:26:45 +0200 Subject: [PATCH] remove additional newline. --- server/internal/xorg/xorg.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/internal/xorg/xorg.go b/server/internal/xorg/xorg.go index 181be696..2086e3d5 100644 --- a/server/internal/xorg/xorg.go +++ b/server/internal/xorg/xorg.go @@ -76,7 +76,6 @@ func KeyDown(code uint64) error { debounce_key[code] = time.Now() C.XKey(C.ulong(code), C.int(1)) - return nil }