yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml b/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml
index 6fa5809..330f1c2 100644
--- a/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml
+++ b/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml
@@ -11,19 +11,19 @@
 methods:
     - name: Notify
       description: >
-         Create a dump entry based on the parameters.
+          Create a dump entry based on the parameters.
       parameters:
-       - name: SourceDumpId
-         type: uint32
-         description: >
-             The dump id provided by the source of the dump.
-             There are dumps which get generated outside the BMC, like a
-             system dump which gets generated and stored in the host memory.
-             All dumps will have a  unique id  but when communicating
-             to the source of the dump the SourceDumpId will be used.
-       - name: Size
-         type: uint64
-         description: >
-            Size of the dump in bytes
+          - name: SourceDumpId
+            type: uint32
+            description: >
+                The dump id provided by the source of the dump.
+                There are dumps which get generated outside the BMC, like a
+                system dump which gets generated and stored in the host memory.
+                All dumps will have a  unique id  but when communicating
+                to the source of the dump the SourceDumpId will be used.
+          - name: Size
+            type: uint64
+            description: >
+                Size of the dump in bytes
       errors:
-        - xyz.openbmc_project.Dump.Create.Error.Disabled
+          - xyz.openbmc_project.Dump.Create.Error.Disabled