yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml b/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml
index 0077d65..f3e835e 100644
--- a/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml
@@ -12,23 +12,23 @@
 enumerations:
     - name: PowerMode
       description: >
-        Possible Power Mode settings
+          Possible Power Mode settings
       values:
-        - name: Static
-          description: >
-              This value shall indicate the system performs at a static base
-              speed.
-        - name: PowerSaving
-          description: >
-              This value shall indicate the system performs at reduced speeds
-              to save power. This mode should be used when power saving is the
-              top priority.
-        - name: MaximumPerformance
-          decription: >
-              This value shall indicate the system performs at the highest
-              speeds possible. This mode should be used when performance is
-              the top priority.
-        - name: OEM
-          description: >
-              This value shall indicate the system performs at an OEM-defined
-              power mode.
+          - name: Static
+            description: >
+                This value shall indicate the system performs at a static base
+                speed.
+          - name: PowerSaving
+            description: >
+                This value shall indicate the system performs at reduced speeds
+                to save power. This mode should be used when power saving is the
+                top priority.
+          - name: MaximumPerformance
+            decription: >
+                This value shall indicate the system performs at the highest
+                speeds possible. This mode should be used when performance is
+                the top priority.
+          - name: OEM
+            description: >
+                This value shall indicate the system performs at an OEM-defined
+                power mode.