Skip to content

Commit feed23e

Browse files
authored
Merge pull request jwasham#426 from hezhizhen/patch-4
Remove trailing spaces inside codes
2 parents b4ae952 + 0404206 commit feed23e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ I'm using Github's special markdown flavor, including tasks lists to check progr
217217

218218
Mark all boxes with X after you completed your changes
219219

220-
`git add . `
220+
`git add .`
221221

222-
`git commit -m "Marked x" `
222+
`git commit -m "Marked x"`
223223

224-
`git rebase jwasham/master `
224+
`git rebase jwasham/master`
225225

226-
`git push --force `
226+
`git push --force`
227227

228228
[More about Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
229229

0 commit comments

Comments
 (0)