From 6997c9f1a0fd581d10c98326142a18d0e8786ec2 Mon Sep 17 00:00:00 2001 From: Nickatak Date: Sat, 3 Feb 2018 21:31:27 -0800 Subject: [PATCH] package.json: Remove extra spacing This commit removes extra spacing before the closing bracket. It ensures consistency in whitespace. Closes https://github.com/coala/coala/issues/4056 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 482d5111f2..cf2ce30028 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,5 @@ "name": "coala", "dependencies": { "csslint": "~1" - } + } }