yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml b/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
index 2ef679e..a9f7ffb 100644
--- a/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
+++ b/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
@@ -7,7 +7,7 @@
       type: string
       description: Name of the Network Block Devices that will be used.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
@@ -15,7 +15,7 @@
       type: byte
       description: Mounting mode, supported values are 0-proxy, 1-legacy.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
@@ -23,7 +23,7 @@
       type: string
       description: Name of mounted device.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
@@ -31,18 +31,18 @@
       type: string
       description: Path to socket used to mount the image.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
     - name: Timeout
       type: uint16
       description: >
-            Client connection timeout in seconds.
-            If VirtualMedia cannot connect successfully with served
-            image the connection is dropped after that timeout.
+          Client connection timeout in seconds.
+          If VirtualMedia cannot connect successfully with served
+          image the connection is dropped after that timeout.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
@@ -50,17 +50,17 @@
       type: uint16
       description: Size of data block.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
     - name: RemainingInactivityTimeout
       type: uint16
       description: >
-            Seconds to drop connection by server, for activated endpoint,
-            0 otherwise.
+          Seconds to drop connection by server, for activated endpoint,
+          0 otherwise.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
@@ -68,16 +68,16 @@
       type: string
       description: URL to mounted image.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure
 
     - name: WriteProtected
       type: boolean
       description: >
-            Mounting mode, 'True' if the image is read only,
-            'False' otherwise.
+          Mounting mode, 'True' if the image is read only,
+          'False' otherwise.
       flags:
-        - const
+          - const
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure