yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml b/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml
index 082586f..702152e 100644
--- a/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml
+++ b/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml
@@ -3,29 +3,29 @@
 methods:
     - name: forcePowerOff
       description: >
-        Force power off the host.
+          Force power off the host.
       returns:
-        - name: status
-          type: boolean
-          description: >
-            The result of power off command.
+          - name: status
+            type: boolean
+            description: >
+                The result of power off command.
       errors:
-       - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
-       - xyz.openbmc_project.Chassis.Common.Error.IOError
+          - xyz.openbmc_project.Chassis.Common.Error.UnsupportedCommand
+          - xyz.openbmc_project.Chassis.Common.Error.IOError
 
 properties:
     - name: PGood
       type: boolean
       default: false
       description: >
-       PSU Power good property
-       It is a read-only property.
+          PSU Power good property
+          It is a read-only property.
     - name: State
       type: int32
       default: 0
       description: >
-       System power status
-       0: power is off
-       1: power is on
-       Setting its value to change the system state
-       Read its value to get the system state.
\ No newline at end of file
+          System power status
+          0: power is off
+          1: power is on
+          Setting its value to change the system state
+          Read its value to get the system state.