delete extra space

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
This commit is contained in:
yuxiaobo 2019-08-30 13:10:06 +08:00
parent 70af7ba4db
commit 95ec213395
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ $ git pull upstream master
```sh
$ git checkout -b new-feature
```
6. Make any change on the branch `new-feature` then build and test your codes.
6. Make any change on the branch `new-feature` then build and test your codes.
7. Include in what will be committed.
```sh
$ git add <file>