yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
index 9396726..16c9d08 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
@@ -98,12 +98,12 @@
       description: >
           Memory modes supported by the memory module.
       values:
-        - name: Volatile
-          description: >
-              Memory module supports volatile or non-persistent memory mode.
-        - name: Persistent
-          description: >
-              Memory module supports apt direct mode.
-        - name: Block
-          description: >
-              Memory module supports block mode.
\ No newline at end of file
+          - name: Volatile
+            description: >
+                Memory module supports volatile or non-persistent memory mode.
+          - name: Persistent
+            description: >
+                Memory module supports apt direct mode.
+          - name: Block
+            description: >
+                Memory module supports block mode.