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/Motherboard_VCEN.json b/oem/ibm/configurations/fru/Motherboard_VCEN.json
index 1ec9a32..634ce64 100644
--- a/oem/ibm/configurations/fru/Motherboard_VCEN.json
+++ b/oem/ibm/configurations/fru/Motherboard_VCEN.json
@@ -1,47 +1,41 @@
{
- "record_details":
- {
- "fru_record_type" : 254,
+ "record_details": {
+ "fru_record_type": 254,
"fru_encoding_type": 1,
"dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Board.Motherboard"
- },
- "fru_fields":[
- {
- "fru_field_type" : 2,
- "dbus":
- {
- "interface" : "com.ibm.ipzvpd.VCEN",
- "property_name" : "RT",
- "property_type" : "bytearray"
+ },
+ "fru_fields": [
+ {
+ "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"
}
- }
+ }
]
}
-