From 7a4fade77cf2a8406e63409d11ac844dfb150679 Mon Sep 17 00:00:00 2001 From: jEzEk Date: Wed, 16 Feb 2022 18:17:22 +0100 Subject: Fix go test warning --- examples/randr/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/randr/main.go b/examples/randr/main.go index 13b934a..24db999 100644 --- a/examples/randr/main.go +++ b/examples/randr/main.go @@ -56,7 +56,7 @@ func main() { } } - fmt.Println("\n") + fmt.Println("") // Iterate through all of the crtcs and show some of their info. for _, crtc := range resources.Crtcs { -- cgit v1.2.3