From 574662c0c37f602e2cc1a5950cf724f93419c1bb Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 15 Oct 2020 16:48:09 -0400 Subject: [PATCH] fix: malformed all-contributors file --- .all-contributorsrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7beffebfe1ab..9bdd76788ada 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -376,8 +376,8 @@ "contributions": [ "content" ] - }, - { + } + ], "contributorsPerLine": 7, "projectName": "docs", "projectOwner": "github", @@ -385,4 +385,4 @@ "repoHost": "https://github.com", "skipCi": true, "commitConvention": "none" -} +} \ No newline at end of file