yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Common/Progress.interface.yaml b/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
index 6c0dc44..139a1ff 100644
--- a/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
@@ -28,17 +28,17 @@
 enumerations:
     - name: OperationStatus
       description: >
-        Status of the activity
+          Status of the activity
       values:
-        - name: InProgress
-          description: >
-           Requested operation is in progress.
-        - name: Completed
-          description: >
-           The operation is completed.
-        - name: Failed
-          description: >
-           The operation encountered a failure.
-        - name: Aborted
-          description: >
-           The operation is aborted.
+          - name: InProgress
+            description: >
+                Requested operation is in progress.
+          - name: Completed
+            description: >
+                The operation is completed.
+          - name: Failed
+            description: >
+                The operation encountered a failure.
+          - name: Aborted
+            description: >
+                The operation is aborted.