yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml b/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
index 2a028dd..b55f65a 100644
--- a/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
+++ b/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
@@ -6,32 +6,32 @@
     - name: Mount
       description: Perform a mount to HOST operation on given object.
       parameters:
-        - name: ImageURL
-          type: string
-          description: >
-              Url to image. It should start with either `smb://` or
-              `https://` prefix
-        - name: ReadWrite
-          type: boolean
-          description: False if the image should be read-only.
-        - name: FileDescriptor
-          type: variant[int32,unixfd]
-          description: >
-              File descriptor of named pipe used for passing null-delimited
-              secret data (username and password). When there is no data to
-              pass `-1` should be passed as `INT`.
+          - name: ImageURL
+            type: string
+            description: >
+                Url to image. It should start with either `smb://` or
+                `https://` prefix
+          - name: ReadWrite
+            type: boolean
+            description: False if the image should be read-only.
+          - name: FileDescriptor
+            type: variant[int32,unixfd]
+            description: >
+                File descriptor of named pipe used for passing null-delimited
+                secret data (username and password). When there is no data to
+                pass `-1` should be passed as `INT`.
       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