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_master.json b/oem/ibm/configurations/fru_master.json
index 1b913ea..327679c 100644
--- a/oem/ibm/configurations/fru_master.json
+++ b/oem/ibm/configurations/fru_master.json
@@ -1,19 +1,19 @@
{
- "FruDBusLookupMap":{
- "xyz.openbmc_project.Inventory.Item.Chassis" : 45,
- "xyz.openbmc_project.Inventory.Item.Board": 60,
- "xyz.openbmc_project.Inventory.Item.PCIeDevice": 61,
- "xyz.openbmc_project.Inventory.Item.Board.Motherboard": 64,
- "xyz.openbmc_project.Inventory.Item.Panel": 69,
- "xyz.openbmc_project.Inventory.Item.DiskBackplane": 73,
- "xyz.openbmc_project.Inventory.Item.Fan": 93,
- "xyz.openbmc_project.Inventory.Item.PowerSupply": 120,
- "xyz.openbmc_project.Inventory.Item.Battery": 121,
- "xyz.openbmc_project.Inventory.Item.Vrm": 123,
- "xyz.openbmc_project.Inventory.Item.Bmc": 137,
- "xyz.openbmc_project.Inventory.Item.Connector": 185,
- "xyz.openbmc_project.Inventory.Item.PCIeSlot": 186,
- "xyz.openbmc_project.Inventory.Item.System": 11521,
- "xyz.openbmc_project.Inventory.Item.Tpm": 24576
- }
+ "FruDBusLookupMap": {
+ "xyz.openbmc_project.Inventory.Item.Chassis": 45,
+ "xyz.openbmc_project.Inventory.Item.Board": 60,
+ "xyz.openbmc_project.Inventory.Item.PCIeDevice": 61,
+ "xyz.openbmc_project.Inventory.Item.Board.Motherboard": 64,
+ "xyz.openbmc_project.Inventory.Item.Panel": 69,
+ "xyz.openbmc_project.Inventory.Item.DiskBackplane": 73,
+ "xyz.openbmc_project.Inventory.Item.Fan": 93,
+ "xyz.openbmc_project.Inventory.Item.PowerSupply": 120,
+ "xyz.openbmc_project.Inventory.Item.Battery": 121,
+ "xyz.openbmc_project.Inventory.Item.Vrm": 123,
+ "xyz.openbmc_project.Inventory.Item.Bmc": 137,
+ "xyz.openbmc_project.Inventory.Item.Connector": 185,
+ "xyz.openbmc_project.Inventory.Item.PCIeSlot": 186,
+ "xyz.openbmc_project.Inventory.Item.System": 11521,
+ "xyz.openbmc_project.Inventory.Item.Tpm": 24576
+ }
}