docs: remove unnecessary newline

This commit is contained in:
Nikita Shiryakov 2017-06-22 14:06:54 +03:00 committed by Matias Niemelä
parent 60273a941f
commit 849200b576
1 changed files with 1 additions and 2 deletions

View File

@ -198,8 +198,7 @@ Must be one of the following:
* **fix**: A bug fix
* **perf**: A code change that improves performance
* **refactor**: A code change that neither fixes a bug nor adds a feature
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing
semi-colons, etc)
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
* **test**: Adding missing tests or correcting existing tests
### Scope