yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml b/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
index 0fff06a..6cdedcf 100644
--- a/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
+++ b/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
@@ -6,17 +6,17 @@
     - name: RequestedApplyTime
       type: enum[self.RequestedApplyTimes]
       description: >
-        This property indicates when the software image update should be
-        applied.
+          This property indicates when the software image update should be
+          applied.
 enumerations:
     - name: RequestedApplyTimes
       description: >
-        The possible values of this property indicate when the newly
-        updated software image will be activated.
+          The possible values of this property indicate when the newly
+          updated software image will be activated.
       values:
-        - name: Immediate
-          description: >
-            Apply immediately.
-        - name: OnReset
-          description: >
-            Apply on a reset.
+          - name: Immediate
+            description: >
+                Apply immediately.
+          - name: OnReset
+            description: >
+                Apply on a reset.