diff options
| author | jEzEk <[email protected]> | 2022-02-16 18:17:22 +0100 |
|---|---|---|
| committer | jEzEk <[email protected]> | 2022-02-16 18:17:22 +0100 |
| commit | 7a4fade77cf2a8406e63409d11ac844dfb150679 (patch) | |
| tree | 2eb825766289f7178307871232a984eb75b54258 /examples/randr/main.go | |
| parent | e19a5ebca7ac1e5ffc309fdba0cb3490a806a3d6 (diff) | |
Fix go test warningv1.0.0
Diffstat (limited to 'examples/randr/main.go')
| -rw-r--r-- | examples/randr/main.go | 2 |
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 { |
