yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Network/IP.interface.yaml b/yaml/xyz/openbmc_project/Network/IP.interface.yaml
index 5091ac9..8490873 100644
--- a/yaml/xyz/openbmc_project/Network/IP.interface.yaml
+++ b/yaml/xyz/openbmc_project/Network/IP.interface.yaml
@@ -46,22 +46,22 @@
       description: >
           Possible IP protocol types.
       values:
-        - name: IPv4
-        - name: IPv6
+          - name: IPv4
+          - name: IPv6
 
     - name: AddressOrigin
       description: >
           Possible IP address origin types.
       values:
-        - name: Static
-          description: >
-              Static address configured by the server.
-        - name: DHCP
-          description: >
-              Address is provided by a DHCP service.
-        - name: LinkLocal
-          description: >
-              Address is valid only for this network segment.
-        - name: SLAAC
-          description: >
-              Address is provided by a Stateless Address Autoconfiguration.
+          - name: Static
+            description: >
+                Static address configured by the server.
+          - name: DHCP
+            description: >
+                Address is provided by a DHCP service.
+          - name: LinkLocal
+            description: >
+                Address is valid only for this network segment.
+          - name: SLAAC
+            description: >
+                Address is provided by a Stateless Address Autoconfiguration.