prettier: reformat YAML

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib7050ca82a9826efbd5ef356f546f3c33d7a2186
diff --git a/yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml
index c853a39..a419582 100644
--- a/yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml
@@ -1,5 +1,5 @@
 description: >
-  Implement to provide embedded connector attributes. An embedded component is
-  permanently incorporated into a larger component or device. This interface
-  shall not be used for parts that can be removed by a user or are considered
-  field-replaceable.
+    Implement to provide embedded connector attributes. An embedded component is
+    permanently incorporated into a larger component or device. This interface
+    shall not be used for parts that can be removed by a user or are considered
+    field-replaceable.
diff --git a/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml
index bfaf9ad..e3c6855 100644
--- a/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml
@@ -1,4 +1,4 @@
 description: >
-  Implement to provide slot connector attributes. An slot component is
-  a swappable component that can be removed by a user and considered
-  field-replaceable. The slot compoment represents a PCIe slot connections.
+    Implement to provide slot connector attributes. An slot component is
+    a swappable component that can be removed by a user and considered
+    field-replaceable. The slot compoment represents a PCIe slot connections.
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