Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mymedia2 committed Apr 29, 2015
1 parent c44b496 commit af42d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ On branch master
Changes not staged for commit:
deleted: a
deleted: c

$ git rm $(git ls-files -d)
rm 'a'
rm 'c'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ On branch master
Changes not staged for commit:
deleted: a
deleted: c

$ git rm $(git ls-files -d)
rm 'a'
rm 'c'
Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ On branch master
Changes not staged for commit:
deleted: a
deleted: c

$ git rm $(git ls-files -d)
rm 'a'
rm 'c'
Expand Down

0 comments on commit af42d49

Please sign in to comment.