yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml b/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
index 7c44229..dcdec47 100644
--- a/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
+++ b/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
@@ -13,7 +13,6 @@
 
     More information about PDR can be found at DSP0248 version 1.2.0 section 25.
 
-
 methods:
     - name: FindStateEffecterPDR
       description: >
@@ -28,43 +27,43 @@
           exception will be thrown.
 
       parameters:
-        - name: TID
-          type: byte
-          description: >
-            A terminus id.
+          - name: TID
+            type: byte
+            description: >
+                A terminus id.
 
-        - name: EntityID
-          type: uint16
-          description: >
-            A numeric value that represents an entity that can be associated to
-            a PLDM state set.
+          - name: EntityID
+            type: uint16
+            description: >
+                A numeric value that represents an entity that can be associated to
+                a PLDM state set.
 
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
-            section 7.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
+                section 7.
 
-        - name: StateSetId
-          type: uint16
-          description: >
-            A numeric value that identifies the PLDM State Set that is used with
-            this sensor.
+          - name: StateSetId
+            type: uint16
+            description: >
+                A numeric value that identifies the PLDM State Set that is used with
+                this sensor.
 
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
-            section 6.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
+                section 6.
 
       returns:
-        - name: StateEffecterPDR
-          type: array[array[byte]]
-          description: >
-            Array of State Effecter PDRs, where a PDR is an array[byte].
-            Multiple PDRs of the format present in table 89 of DSP0248 version
-            1.2.0 are returned. Each of the PDRs returned has the common header
-            along with all the other fields in table 89 and 90 of
-            DSP0248 of version 1.2.0 .
+          - name: StateEffecterPDR
+            type: array[array[byte]]
+            description: >
+                Array of State Effecter PDRs, where a PDR is an array[byte].
+                Multiple PDRs of the format present in table 89 of DSP0248 version
+                1.2.0 are returned. Each of the PDRs returned has the common header
+                along with all the other fields in table 89 and 90 of
+                DSP0248 of version 1.2.0 .
 
       errors:
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.ResourceNotFound
 
     - name: FindStateSensorPDR
       description: >
@@ -79,33 +78,33 @@
           xyz.openbmc_project.Common.Error.ResourceNotFound exception will be thrown.
 
       parameters:
-        - name: TID
-          type: byte
-          description: >
-            A terminus id.
+          - name: TID
+            type: byte
+            description: >
+                A terminus id.
 
-        - name: EntityID
-          type: uint16
-          description: >
-            A numeric value that represents an entity that can be associated to a PLDM state set.
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 7.
+          - name: EntityID
+            type: uint16
+            description: >
+                A numeric value that represents an entity that can be associated to a PLDM state set.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 7.
 
-        - name: StateSetId
-          type: uint16
-          description: >
-            A numeric value that identifies the PLDM State Set that is used with this sensor.
-            More information is found at
-            http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 6.
+          - name: StateSetId
+            type: uint16
+            description: >
+                A numeric value that identifies the PLDM State Set that is used with this sensor.
+                More information is found at
+                http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf section 6.
 
       returns:
-        - name: StateSensorPDR
-          type: array[array[byte]]
-          description: >
-            Array of State Sensor PDRs, where a PDR is an array[byte]. Multiple PDRs of the
-            format present in table 80 of DSP0248 version 1.2.0 are returned. Each of the PDRs
-            returned has the common header along with all the other fields in table 80 and 81 of
-            DSP0248 of version 1.2.0 .
+          - name: StateSensorPDR
+            type: array[array[byte]]
+            description: >
+                Array of State Sensor PDRs, where a PDR is an array[byte]. Multiple PDRs of the
+                format present in table 80 of DSP0248 version 1.2.0 are returned. Each of the PDRs
+                returned has the common header along with all the other fields in table 80 and 81 of
+                DSP0248 of version 1.2.0 .
 
       errors:
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.ResourceNotFound