yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/State/Decorator/PowerState.interface.yaml b/yaml/xyz/openbmc_project/State/Decorator/PowerState.interface.yaml
index 06aa56f..ede4bc7 100644
--- a/yaml/xyz/openbmc_project/State/Decorator/PowerState.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/Decorator/PowerState.interface.yaml
@@ -5,25 +5,25 @@
       type: enum[self.State]
       default: Unknown
       description: >
-        The current power status of the object.
+          The current power status of the object.
 
 enumerations:
-  - name: State
-    description: >
-      Power state enum.
-    values:
-      - name: "On"
-        description: >
-         The state of the object is powered on.
-      - name: "Off"
-        description: >
-         The state of the object is powered off.
-      - name: PoweringOn
-        description: >
-         The object is in a temporary state between off and on.
-      - name: PoweringOff
-        description: >
-         The object is in a temporary state between on and off.
-      - name: Unknown
-        description: >
-         The power state is unknown.
+    - name: State
+      description: >
+          Power state enum.
+      values:
+          - name: "On"
+            description: >
+                The state of the object is powered on.
+          - name: "Off"
+            description: >
+                The state of the object is powered off.
+          - name: PoweringOn
+            description: >
+                The object is in a temporary state between off and on.
+          - name: PoweringOff
+            description: >
+                The object is in a temporary state between on and off.
+          - name: Unknown
+            description: >
+                The power state is unknown.