yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml b/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml
index 77955d5..d904762 100644
--- a/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml
+++ b/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml
@@ -4,18 +4,18 @@
       description: >
           Create network client endpoint.
       parameters:
-        - name: Address
-          type: string
-          description: >
-              IP Address/Hostname
-        - name: Port
-          type: uint16
-          description: >
-              Network port.
+          - name: Address
+            type: string
+            description: >
+                IP Address/Hostname
+          - name: Port
+            type: uint16
+            description: >
+                Network port.
       errors:
-        - xyz.openbmc_project.Common.Error.InvalidArgument
+          - xyz.openbmc_project.Common.Error.InvalidArgument
       returns:
-        - name: path
-          type: string
-          description: >
-              Path of the object which has been created.
+          - name: path
+            type: string
+            description: >
+                Path of the object which has been created.