prettier: reformat YAML

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib7050ca82a9826efbd5ef356f546f3c33d7a2186
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
index 5796fe9..22ca8a4 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
@@ -26,17 +26,15 @@
       default: Unknown
       type: enum[self.DriveLockState]
       description: >
-        Indicates if the data on the drive is accessible.
-        This does not correspond to write locked
+          Indicates if the data on the drive is accessible.
+          This does not correspond to write locked
     - name: PredictedMediaLifeLeftPercent
       default: maxint
       type: byte
       description: >
-        How much of the drives life is remaining in a percentage from 0-100 .
-        If the reading the value is not supported returns the max value for
-        the type (255).
-
-
+          How much of the drives life is remaining in a percentage from 0-100 .
+          If the reading the value is not supported returns the max value for
+          the type (255).
 
 enumerations:
     - name: DriveProtocol
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
index 96d6eb3..d0a2187 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
@@ -306,6 +306,6 @@
           Objects that implement PCIeDevice can optionally implement the
           upstream_pcie_slot association to provide a link back to a PCIe slot.
       reverse_names:
-        - associated_pcie_device
+          - associated_pcie_device
       required_endpoint_interfaces:
-        - xyz.openbmc_project.Inventory.Item.PCIeSlot
+          - xyz.openbmc_project.Inventory.Item.PCIeSlot