prettier: reformat YAML

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib7050ca82a9826efbd5ef356f546f3c33d7a2186
diff --git a/yaml/xyz/openbmc_project/State/BMC.metadata.yaml b/yaml/xyz/openbmc_project/State/BMC.metadata.yaml
index 7b13f90..613d686 100644
--- a/yaml/xyz/openbmc_project/State/BMC.metadata.yaml
+++ b/yaml/xyz/openbmc_project/State/BMC.metadata.yaml
@@ -1,3 +1,3 @@
 - name: MultiUserTargetFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
diff --git a/yaml/xyz/openbmc_project/State/Chassis.metadata.yaml b/yaml/xyz/openbmc_project/State/Chassis.metadata.yaml
index bdc3375..bb08009 100644
--- a/yaml/xyz/openbmc_project/State/Chassis.metadata.yaml
+++ b/yaml/xyz/openbmc_project/State/Chassis.metadata.yaml
@@ -1,6 +1,6 @@
 - name: PowerOnFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
 - name: PowerOffFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
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.
diff --git a/yaml/xyz/openbmc_project/State/Host.metadata.yaml b/yaml/xyz/openbmc_project/State/Host.metadata.yaml
index c52c5c8..f691a02 100644
--- a/yaml/xyz/openbmc_project/State/Host.metadata.yaml
+++ b/yaml/xyz/openbmc_project/State/Host.metadata.yaml
@@ -1,18 +1,18 @@
 - name: SoftOffTimeout
   inherits:
-    - xyz.openbmc_project.Common.Timeout
+      - xyz.openbmc_project.Common.Timeout
 - name: HostStartFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
 - name: HostMinStartFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
 - name: HostShutdownFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
 - name: HostStopFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
 - name: HostRebootFailure
   inherits:
-    - xyz.openbmc_project.State.SystemdTarget.Failure
+      - xyz.openbmc_project.State.SystemdTarget.Failure
diff --git a/yaml/xyz/openbmc_project/State/SystemdTarget.metadata.yaml b/yaml/xyz/openbmc_project/State/SystemdTarget.metadata.yaml
index 2ef36e4..d8e363b 100644
--- a/yaml/xyz/openbmc_project/State/SystemdTarget.metadata.yaml
+++ b/yaml/xyz/openbmc_project/State/SystemdTarget.metadata.yaml
@@ -1,5 +1,5 @@
 - name: Failure
   level: ERR
   meta:
-    - str: "SYSTEMD_RESULT=%s"
-      type: string
+      - str: "SYSTEMD_RESULT=%s"
+        type: string