prettier: reformat YAML

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib7050ca82a9826efbd5ef356f546f3c33d7a2186
diff --git a/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml b/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml
index c8cb294..0dfefdd 100644
--- a/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml
@@ -9,19 +9,19 @@
       type: enum[self.Status]
       default: Good
       description: >
-        The current status of the power being supplied to the chassis.
+          The current status of the power being supplied to the chassis.
 
 enumerations:
-  - name: Status
-    description: >
-      Power status enum.
-    values:
-      - name: Fault
-        description: >
-         The power supply unit(s) are not providing enough power for normal
-         chassis operation, such as in a Brownout/Blackout condition where one
-         or more power supplies report AC loss VIN fault.
-      - name: Good
-        description: >
-         The power supply unit(s) are providing enough power for normal chassis
-         operation.
+    - name: Status
+      description: >
+          Power status enum.
+      values:
+          - name: Fault
+            description: >
+                The power supply unit(s) are not providing enough power for normal
+                chassis operation, such as in a Brownout/Blackout condition where one
+                or more power supplies report AC loss VIN fault.
+          - name: Good
+            description: >
+                The power supply unit(s) are providing enough power for normal chassis
+                operation.