yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml b/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml
index 50ae5bc..17e956a 100644
--- a/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml
@@ -4,19 +4,19 @@
     - name: AllowedFailures
       type: byte
       flags:
-        - const
+          - const
       description: >
           Number of fans in error state before redundancy is lost.
     - name: Collection
       type: array[path]
       flags:
-        - const
+          - const
       description: >
           The group of fans tracked by this redundancy object.
     - name: Status
       type: enum[self.State]
       flags:
-        - const
+          - const
       description: >
           The current redundancy status.
 
@@ -25,13 +25,12 @@
       description: >
           Possible redundancy states.
       values:
-        - name: Full
-          description: >
-              System is in a fully redundant state.
-        - name: Degraded
-          description: >
-              Redundancy is in a degraded state.
-        - name: Failed
-          description: >
-              System has lost redundancy.
-
+          - name: Full
+            description: >
+                System is in a fully redundant state.
+          - name: Degraded
+            description: >
+                Redundancy is in a degraded state.
+          - name: Failed
+            description: >
+                System has lost redundancy.