From 849200b5762e246292a2606da67f4adcebe60ef9 Mon Sep 17 00:00:00 2001 From: Nikita Shiryakov Date: Thu, 22 Jun 2017 14:06:54 +0300 Subject: [PATCH] docs: remove unnecessary newline --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ec9bc184b..ae065c8cfb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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