You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/22 20:48:04 UTC

[GitHub] [beam] davidcavazos commented on pull request #22747: [Website] Add new Java quickstart

davidcavazos commented on PR #22747:
URL: https://github.com/apache/beam/pull/22747#issuecomment-1222999802

   It looks like the linter found some trailing spaces (spaces or tabs _after_ the last non-space character in a line).
   
   ```
   21:27:08 Running whitespacelint...
   21:27:29 ./website/www/site/content/en/get-started/quickstart/java.md:87:54: W201 Trailing whitespace
   21:27:41 ====================================================================================================
   21:27:41 Whitespacelint has found above issues.
   21:27:41 You can open the file with vim and remove trailing whitespaces by:
   21:27:41 vim -es -c ":%s/\s\+$//e" -c ":wq" "./website/www/site/content/en/get-started/quickstart/java.md"
   21:27:41 ====================================================================================================
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org