yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml b/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
index 77c7355..62fa083 100644
--- a/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
+++ b/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
@@ -22,33 +22,32 @@
           More information about properties can be found at DSP0248 version
           1.2.0 table 19.
       properties:
-        - name: TID
-          type: byte
-          description: >
-            A terminus id.
+          - name: TID
+            type: byte
+            description: >
+                A terminus id.
 
-        - name: sensorID
-          type: uint16
-          description: >
-            The sensorID is the value that is used in PDRs and PLDM sensor
-            access commands to identify and access a particular sensor
-            within a terminus.
+          - name: sensorID
+            type: uint16
+            description: >
+                The sensorID is the value that is used in PDRs and PLDM sensor
+                access commands to identify and access a particular sensor
+                within a terminus.
 
-        - name: sensorOffset
-          type: byte
-          description: >
-            Identifies which state sensor within a composite state sensor
-            the event is being returned for.
+          - name: sensorOffset
+            type: byte
+            description: >
+                Identifies which state sensor within a composite state sensor
+                the event is being returned for.
 
-        - name: eventState
-          type: byte
-          description: >
-            The event state value from the state change that triggered
-            the event message.
+          - name: eventState
+            type: byte
+            description: >
+                The event state value from the state change that triggered
+                the event message.
 
-        - name: previousEventState
-          type: byte
-          description: >
-            The event state value for the state from which the present
-            event state was entered.
-
+          - name: previousEventState
+            type: byte
+            description: >
+                The event state value for the state from which the present
+                event state was entered.