prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types.  Re-run the
formatter on the whole repository.

Change-Id: I0d25f27a5e449578967915d9f570cc29246927d7
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/oem/ibm/configurations/fru/Bmc_VR10.json b/oem/ibm/configurations/fru/Bmc_VR10.json
index 2427b99..9db3d90 100644
--- a/oem/ibm/configurations/fru/Bmc_VR10.json
+++ b/oem/ibm/configurations/fru/Bmc_VR10.json
@@ -1,56 +1,49 @@
 {
-   "record_details":
-   {
-        "fru_record_type" : 254,
+    "record_details": {
+        "fru_record_type": 254,
         "fru_encoding_type": 1,
         "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Bmc"
-   },
-   "fru_fields":[
-     {
-         "fru_field_type" : 2,
-         "dbus":
-            {
-               "interface" : "com.ibm.ipzvpd.VR10",
-               "property_name" : "RT",
-               "property_type" : "bytearray"
+    },
+    "fru_fields": [
+        {
+            "fru_field_type": 2,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VR10",
+                "property_name": "RT",
+                "property_type": "bytearray"
             }
-      },
-      {
-         "fru_field_type" : 3,
-         "dbus":
-            {
-               "interface" : "com.ibm.ipzvpd.VR10",
-               "property_name" : "DC",
-               "property_type" : "bytearray"
+        },
+        {
+            "fru_field_type": 3,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VR10",
+                "property_name": "DC",
+                "property_type": "bytearray"
             }
-      },
-      {
-         "fru_field_type" : 4,
-         "dbus":
-            {
-               "interface" : "com.ibm.ipzvpd.VR10",
-               "property_name" : "DR",
-               "property_type" : "bytearray"
+        },
+        {
+            "fru_field_type": 4,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VR10",
+                "property_name": "DR",
+                "property_type": "bytearray"
             }
-      },
-      {
-         "fru_field_type" : 5,
-         "dbus":
-            {
-               "interface" : "com.ibm.ipzvpd.VR10",
-               "property_name" : "FL",
-               "property_type" : "bytearray"
+        },
+        {
+            "fru_field_type": 5,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VR10",
+                "property_name": "FL",
+                "property_type": "bytearray"
             }
-      },
-      {
-         "fru_field_type" : 6,
-         "dbus":
-            {
-               "interface" : "com.ibm.ipzvpd.VR10",
-               "property_name" : "WA",
-               "property_type" : "bytearray"
+        },
+        {
+            "fru_field_type": 6,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VR10",
+                "property_name": "WA",
+                "property_type": "bytearray"
             }
-      }
+        }
     ]
 }
-