yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml
index 3b3e047..01ed714 100644
--- a/yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml
@@ -6,4 +6,3 @@
       type: string
       description: >
           The tag provided to an object to identify it.
-
diff --git a/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml
index a549b68..3ca7145 100644
--- a/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml
@@ -3,8 +3,7 @@
 properties:
     - name: LocationCode
       type: string
-      description:
-          A free form, implementation defined string to provide
+      description: A free form, implementation defined string to provide
           location code of an Inventory Item.
           Location codes can be used to identify specific parts
           in a system. Although this field should not be used for
diff --git a/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml
index 7c44513..fbfc423 100644
--- a/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml
@@ -4,7 +4,7 @@
     - name: UniqueIdentifier
       type: string
       description: >
-        A free form, implementation defined string which uniquely and
-        permanently identifies a specific inventory item. This is complementary
-        to the item's serial number. This field should not be used for
-        programmatic interrogation of an object.
+          A free form, implementation defined string which uniquely and
+          permanently identifies a specific inventory item. This is complementary
+          to the item's serial number. This field should not be used for
+          programmatic interrogation of an object.