prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types.  Re-run the
formatter on the whole repository.

Change-Id: I455b949e6d20dcc5617774d521b77fb985c48122
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/yaml/xyz/openbmc_project/Network/Neighbor/CreateStatic.interface.yaml b/yaml/xyz/openbmc_project/Network/Neighbor/CreateStatic.interface.yaml
index e2f13a7..630ac14 100644
--- a/yaml/xyz/openbmc_project/Network/Neighbor/CreateStatic.interface.yaml
+++ b/yaml/xyz/openbmc_project/Network/Neighbor/CreateStatic.interface.yaml
@@ -4,18 +4,18 @@
       description: >
           Create a static neighbor entry.
       parameters:
-        - name: IPAddress
-          type: string
-          description: >
-              IP Address.
-        - name: MACAddress
-          type: string
-          description: >
-              MAC Address.
+          - name: IPAddress
+            type: string
+            description: >
+                IP Address.
+          - name: MACAddress
+            type: string
+            description: >
+                MAC Address.
       returns:
-        - name: Path
-          type: object_path
-          description: >
-            The path for the created neighbor object.
+          - name: Path
+            type: object_path
+            description: >
+                The path for the created neighbor object.
       errors:
-        - xyz.openbmc_project.Common.Error.InvalidArgument
+          - xyz.openbmc_project.Common.Error.InvalidArgument