summaryrefslogtreecommitdiff
path: root/examples/randr/main.go
diff options
context:
space:
mode:
authorjEzEk <[email protected]>2022-02-16 18:17:22 +0100
committerjEzEk <[email protected]>2022-02-16 18:17:22 +0100
commit7a4fade77cf2a8406e63409d11ac844dfb150679 (patch)
tree2eb825766289f7178307871232a984eb75b54258 /examples/randr/main.go
parente19a5ebca7ac1e5ffc309fdba0cb3490a806a3d6 (diff)
Fix go test warningv1.0.0
Diffstat (limited to 'examples/randr/main.go')
-rw-r--r--examples/randr/main.go2
1 files changed, 1 insertions, 1 deletions
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 {