From b39721ec4f3714629abcf87b08f490af45822c99 Mon Sep 17 00:00:00 2001 From: Timothy Clem Date: Wed, 15 Aug 2018 14:01:53 -0700 Subject: [PATCH] Be consistent with 2 spaces for now --- test/fixtures/javascript/reprinting/map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/javascript/reprinting/map.json b/test/fixtures/javascript/reprinting/map.json index 94340bcfe..49b67ce4c 100644 --- a/test/fixtures/javascript/reprinting/map.json +++ b/test/fixtures/javascript/reprinting/map.json @@ -1,4 +1,4 @@ { - "foo": 100, - "bar": [1, 2, 3] + "foo": 100, + "bar": [1, 2, 3] }