yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml b/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
index 45699b1..07f2d82 100644
--- a/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
@@ -6,7 +6,7 @@
       type: enum[self.ProgressStages]
       default: Unspecified
       description: >
-        Current boot progress
+          Current boot progress
 
     - name: BootProgressLastUpdate
       type: uint64
@@ -19,40 +19,40 @@
           to know how long the boot has been on the current boot step.
 
 enumerations:
-   - name: ProgressStages
-     description: >
-       The boot progress stage
-     values:
-       - name: Unspecified
-         description: >
-           Unknown state.
-       - name: PrimaryProcInit
-         description: >
-           Primary Processor Initialization
-       - name: BusInit
-         description: >
-           Processor and Memory Bus Initialization
-       - name: MemoryInit
-         description: >
-           Memory Initialization
-       - name: SecondaryProcInit
-         description: >
-           Secondary Processor Initialization
-       - name: PCIInit
-         description: >
-           PCI resource initialization
-       - name: SystemInitComplete
-         description: >
-           System firmware completed booting
-       - name: OSStart
-         description: >
-           Starting Operating System.
-       - name: OSRunning
-         description: >
-           Operating System up and running
-       - name: SystemSetup
-         description: >
-           System firmware has entered a setup state
-       - name: MotherboardInit
-         description: >
-           Motherboard/Basebord Initialization.
+    - name: ProgressStages
+      description: >
+          The boot progress stage
+      values:
+          - name: Unspecified
+            description: >
+                Unknown state.
+          - name: PrimaryProcInit
+            description: >
+                Primary Processor Initialization
+          - name: BusInit
+            description: >
+                Processor and Memory Bus Initialization
+          - name: MemoryInit
+            description: >
+                Memory Initialization
+          - name: SecondaryProcInit
+            description: >
+                Secondary Processor Initialization
+          - name: PCIInit
+            description: >
+                PCI resource initialization
+          - name: SystemInitComplete
+            description: >
+                System firmware completed booting
+          - name: OSStart
+            description: >
+                Starting Operating System.
+          - name: OSRunning
+            description: >
+                Operating System up and running
+          - name: SystemSetup
+            description: >
+                System firmware has entered a setup state
+          - name: MotherboardInit
+            description: >
+                Motherboard/Basebord Initialization.