Merge pull request #426 from hezhizhen/patch-4

Remove trailing spaces inside codes
This commit is contained in:
John Washam 2019-05-12 13:38:06 -07:00 committed by GitHub
commit feed23e404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -217,13 +217,13 @@ I'm using Github's special markdown flavor, including tasks lists to check progr
Mark all boxes with X after you completed your changes
`git add . `
`git add .`
`git commit -m "Marked x" `
`git commit -m "Marked x"`
`git rebase jwasham/master `
`git rebase jwasham/master`
`git push --force `
`git push --force`
[More about Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)