yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Control/Host.interface.yaml b/yaml/xyz/openbmc_project/Control/Host.interface.yaml
index afe9bad..eec2ce0 100644
--- a/yaml/xyz/openbmc_project/Control/Host.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Host.interface.yaml
@@ -17,39 +17,39 @@
 signals:
     - name: CommandComplete
       description: >
-        Signal indicating that a Command has completed
+          Signal indicating that a Command has completed
       properties:
-        - name: command
-          type: enum[self.Command]
-          description: Executed command
-        - name: result
-          type: enum[self.Result]
-          description: Result of the command execution
+          - name: command
+            type: enum[self.Command]
+            description: Executed command
+          - name: result
+            type: enum[self.Result]
+            description: Result of the command execution
 
 enumerations:
     - name: Command
       description: >
-        The command to execute against the host
+          The command to execute against the host
       values:
-        - name: SoftOff
-          description: >
-            Host firmware should do a clean shutdown and request a chassis power
-            off to the BMC when complete.  This command will return once the
-            command has been sent to the host.
-        - name: Heartbeat
-          description: >
-            Note: This is in the process of being deprecated in favor of the
-            new xyz.openbmc_project.Condition.HostFirmware interface.
-            Used to determine if the host is running and functional.  This
-            command will return once the command has been sent to the host.
-            The response to the attention and the reading of the command
-            provides the needed functional information.
+          - name: SoftOff
+            description: >
+                Host firmware should do a clean shutdown and request a chassis power
+                off to the BMC when complete.  This command will return once the
+                command has been sent to the host.
+          - name: Heartbeat
+            description: >
+                Note: This is in the process of being deprecated in favor of the
+                new xyz.openbmc_project.Condition.HostFirmware interface.
+                Used to determine if the host is running and functional.  This
+                command will return once the command has been sent to the host.
+                The response to the attention and the reading of the command
+                provides the needed functional information.
 
     - name: Result
       description: >
-        The result of the command execution
+          The result of the command execution
       values:
-        - name: Success
-          description: Command execution was a success
-        - name: Failure
-          description: Command execution was a failure
+          - name: Success
+            description: Command execution was a success
+          - name: Failure
+            description: Command execution was a failure