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/DiskBackplane_LocationCode.json b/oem/ibm/configurations/fru/DiskBackplane_LocationCode.json
index f93afc5..cab7ef8 100644
--- a/oem/ibm/configurations/fru/DiskBackplane_LocationCode.json
+++ b/oem/ibm/configurations/fru/DiskBackplane_LocationCode.json
@@ -1,19 +1,17 @@
{
- "record_details":
- {
- "fru_record_type" : 254,
+ "record_details": {
+ "fru_record_type": 254,
"fru_encoding_type": 1,
"dbus_interface_name": "xyz.openbmc_project.Inventory.Item.DiskBackplane"
- },
- "fru_fields":[
- {
- "fru_field_type" : 254,
- "dbus":
- {
- "interface" : "xyz.openbmc_project.Inventory.Decorator.LocationCode",
- "property_name" : "LocationCode",
- "property_type" : "string"
+ },
+ "fru_fields": [
+ {
+ "fru_field_type": 254,
+ "dbus": {
+ "interface": "xyz.openbmc_project.Inventory.Decorator.LocationCode",
+ "property_name": "LocationCode",
+ "property_type": "string"
}
- }
+ }
]
}