yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml b/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml
index 96c8c87..52dedbf 100644
--- a/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml
+++ b/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml
@@ -10,43 +10,43 @@
     - name: Progress
       type: byte
       description: >
-        Set In Progress property, indicate when any parameters are being
-        updated.
+          Set In Progress property, indicate when any parameters are being
+          updated.
     - name: Enable
       type: boolean
       description: >
-        SOL Enable property, this controls whether the SOL payload type
-        can be activated.
+          SOL Enable property, this controls whether the SOL payload type
+          can be activated.
     - name: ForceEncryption
       type: boolean
       description: >
-        If SOL enable Force Payload Encryption.
+          If SOL enable Force Payload Encryption.
     - name: ForceAuthentication
       type: boolean
       description: >
-        If SOL enable Force Payload Authentication
+          If SOL enable Force Payload Authentication
     - name: Privilege
       type: byte
       description: >
-        Sets the minimum operating privilege level that is required to
-        be able to activate SOL by Activate Payload command.
+          Sets the minimum operating privilege level that is required to
+          be able to activate SOL by Activate Payload command.
     - name: AccumulateIntervalMS
       type: byte
       description: >
-        Character Accumulate Interval in 5ms increments.
-        BMC will wait this time before transmitting a packet.
+          Character Accumulate Interval in 5ms increments.
+          BMC will wait this time before transmitting a packet.
     - name: Threshold
       type: byte
       description: >
-        BMC will automatically send an SOL character data packet containing
-        this number of characters as soon as this number of characters
-        (or greater) has been accepted from the baseboard serial controller.
+          BMC will automatically send an SOL character data packet containing
+          this number of characters as soon as this number of characters
+          (or greater) has been accepted from the baseboard serial controller.
     - name: RetryCount
       type: byte
       description: >
-        Packet will be dropped if no ACK/NACK received by time retries
-        expire.
+          Packet will be dropped if no ACK/NACK received by time retries
+          expire.
     - name: RetryIntervalMS
       type: byte
       description: >
-        Retry Interval in 10ms increments.
+          Retry Interval in 10ms increments.