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/Chassis_VCEN.json b/oem/ibm/configurations/fru/Chassis_VCEN.json
index 25ffeea..01aa661 100644
--- a/oem/ibm/configurations/fru/Chassis_VCEN.json
+++ b/oem/ibm/configurations/fru/Chassis_VCEN.json
@@ -1,46 +1,41 @@
 {
-    "record_details":
-    {
-         "fru_record_type" : 254,
-         "fru_encoding_type": 1,
-         "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Chassis"
+    "record_details": {
+        "fru_record_type": 254,
+        "fru_encoding_type": 1,
+        "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Chassis"
     },
-    "fru_fields":[
+    "fru_fields": [
         {
-          "fru_field_type" : 2,
-          "dbus":
-             {
-               "interface" : "com.ibm.ipzvpd.VCEN",
-                "property_name" : "RT",
-                "property_type" : "bytearray"
-             }
+            "fru_field_type": 2,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VCEN",
+                "property_name": "RT",
+                "property_type": "bytearray"
+            }
         },
         {
-          "fru_field_type" : 4,
-          "dbus":
-             {
-                "interface" : "com.ibm.ipzvpd.VCEN",
-                "property_name" : "SE",
-                "property_type" : "bytearray"
-             }
+            "fru_field_type": 4,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VCEN",
+                "property_name": "SE",
+                "property_type": "bytearray"
+            }
         },
         {
-        "fru_field_type" : 5,
-        "dbus":
-           {
-              "interface" : "com.ibm.ipzvpd.VCEN",
-              "property_name" : "FC",
-              "property_type" : "bytearray"
-           }
+            "fru_field_type": 5,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VCEN",
+                "property_name": "FC",
+                "property_type": "bytearray"
+            }
         },
         {
-          "fru_field_type" : 6,
-          "dbus":
-             {
-                "interface" : "com.ibm.ipzvpd.VCEN",
-                "property_name" : "FC",
-                "property_type" : "bytearray"
-             }
+            "fru_field_type": 6,
+            "dbus": {
+                "interface": "com.ibm.ipzvpd.VCEN",
+                "property_name": "FC",
+                "property_type": "bytearray"
+            }
         }
     ]
 }