yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml b/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml
index 9a1b061..f14eaf2 100644
--- a/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml
@@ -5,14 +5,14 @@
       description: >
           Download a file via TFTP.
       parameters:
-        - name: FileName
-          type: string
-          description: >
-            The name of the file to transfer.
-        - name: ServerAddress
-          type: string
-          description: >
-            The TFTP Server IP Address.
+          - name: FileName
+            type: string
+            description: >
+                The name of the file to transfer.
+          - name: ServerAddress
+            type: string
+            description: >
+                The TFTP Server IP Address.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.InvalidArgument
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InvalidArgument