From 0b93926e466721242357523f4fed48e15f38a1d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Tue, 29 Jun 2021 17:45:33 +0200
Subject: [PATCH] fix remaining CodeClimate issues

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0353f3b..4b29298 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
 MiniJSON
 ========
+
 [![Build Status](https://travis-ci.com/Dronehub/minijson.svg)](https://travis-ci.com/Dronehub/minijson)
 [![Test Coverage](https://api.codeclimate.com/v1/badges/34b392b61482d98ad3f0/test_coverage)](https://codeclimate.com/github/Dronehub/minijson/test_coverage)
 [![Issue Count](https://codeclimate.com/github/Dronehub/minijson/badges/issue_count.svg)](https://codeclimate.com/github/Dronehub/minijson)
@@ -11,7 +11,6 @@ MiniJSON
 
 MiniJSON is a codec for a compact binary representation of JSON.
 
-
 Usage
 -----
 
-- 
GitLab