Format config files with autojson

Clearly the CI integration for code formatting isn't working.  Not sure
why, but for the moment, lets just format everything correctly.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I227e2280ca80b4638fbf59b6507fb82a9b0ca99c
diff --git a/configurations/Blyth.json b/configurations/Blyth.json
index 5c744d0..8f4e956 100644
--- a/configurations/Blyth.json
+++ b/configurations/Blyth.json
@@ -1,18 +1,6 @@
 {
     "Exposes": [
         {
-            "Address": "0x40",
-            "Bus": 7,
-            "Name": "Ambient 2 Temp",
-            "Type": "SI7020"
-        },
-        {
-            "Address": "0x48",
-            "Bus": 7,
-            "Name": "Ambient 0 Temp",
-            "Type": "TMP75"
-        },
-        {
             "Address": "0x76",
             "Bus": 7,
             "Name": "Ambient 1 Temp",
@@ -52,6 +40,18 @@
             ],
             "Type": "ModifiedMedian",
             "Units": "DegreesC"
+        },
+        {
+            "Address": "0x40",
+            "Bus": 7,
+            "Name": "Ambient 2 Temp",
+            "Type": "SI7020"
+        },
+        {
+            "Address": "0x48",
+            "Bus": 7,
+            "Name": "Ambient 0 Temp",
+            "Type": "TMP75"
         }
     ],
     "Name": "Blyth Panel",