From c2d46c3b90264105bfa20ff6084f1fc9e054013b Mon Sep 17 00:00:00 2001 From: Sandeep Hegde Date: Wed, 25 Oct 2017 14:03:37 -0400 Subject: [PATCH] Fixed json tidy error --- components/script/dom/Test_mapping.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/script/dom/Test_mapping.json b/components/script/dom/Test_mapping.json index fea1022609b..3a66bae87ac 100644 --- a/components/script/dom/Test_mapping.json +++ b/components/script/dom/Test_mapping.json @@ -1,8 +1,8 @@ -{ - "xmlhttprequest.rs": [ - "XMLHttpRequest" - ], - "range.rs": [ - "dom/ranges" - ] -} +{ + "xmlhttprequest.rs": [ + "XMLHttpRequest" + ], + "range.rs": [ + "dom/ranges" + ] +}