yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml b/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml
index 93498ad..74f1fd9 100644
--- a/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml
@@ -25,11 +25,11 @@
           to power on/off, e.g. when BMC is rebooting, BMC shall
           set the host ScheduledTransition after it is ready.
       errors:
-        - xyz.openbmc_project.ScheduledTime.Error.InvalidTime
+          - xyz.openbmc_project.ScheduledTime.Error.InvalidTime
 
     - name: ScheduledTransition
       type: enum[xyz.openbmc_project.State.Host.Transition]
-      default: 'On'
+      default: "On"
       description: >
           The desired power transition to support scheduled power on/off.
           The default operation supports scheduled power on.