yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml b/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
index a43e8e2..8299c72 100644
--- a/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
+++ b/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
@@ -5,17 +5,17 @@
     - name: Mount
       description: Perform a mount to HOST operation on given object.
       returns:
-        - name: Status
-          type: boolean
-          description: mounting status. True on success.
+          - name: Status
+            type: boolean
+            description: mounting status. True on success.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InternalFailure
 
     - name: Unmount
       description: Perform an unmount from HOST on given object.
       returns:
-        - name: Status
-          type: boolean
-          description: the unmount status. True on success.
+          - name: Status
+            type: boolean
+            description: the unmount status. True on success.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InternalFailure