-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove trailing whitespace. #2839
Conversation
Build Succeeded 👏 Build Id: e6b45549-83b0-4852-aeac-a02070d38fb5 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Maybe we can add some Markdown linter so this kind of issue can be captured automatically in future. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongmax, roberthbailey, zmerlynn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This allows the command can be copy/pasted.
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: e207b1b8-49f7-4503-acd5-3240cb40c32f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 9e42e7c3-b8a5-436e-aa64-6f4f35d89765 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: eb52813e-8cd3-435e-915b-ca515fbe3af9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
This allows the command can be copy/pasted.
This allows the command can be copy/pasted.
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
In the past two days I've copied this command a few times and gotten the error
unrecognized arguments:
followed bycommand not found: --enable-image-streaming
. It took me a few minutes to realize it's because there is an extra space, which means the backslash isn't escaping the newline which turns this into two commands (neither of which works).Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: