Skip to content

Commit

Permalink
Fix go test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jezek committed Feb 16, 2022
1 parent e19a5eb commit 7a4fade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/randr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7a4fade

Please sign in to comment.