yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml b/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml
index bf9699e..67a73a7 100644
--- a/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml
@@ -1,13 +1,13 @@
-description: >

-    This interface defines the attributes of services which support socket-based

-    activation. Applications can expose the port number of a network service by

-    implementing this interface. For example, application like

-    service-config-manager will implement this interface for network services

-    like bmcweb and phosphor-ipmi-net and allow the port number to be configured.

-

-properties:

-    - name: Port

-      type: uint16

-      description: >

-          Specifies the port number on which the service is listening. This

-          property can be set to configure a port number for the service.

+description: >
+    This interface defines the attributes of services which support socket-based
+    activation. Applications can expose the port number of a network service by
+    implementing this interface. For example, application like
+    service-config-manager will implement this interface for network services
+    like bmcweb and phosphor-ipmi-net and allow the port number to be configured.
+
+properties:
+    - name: Port
+      type: uint16
+      description: >
+          Specifies the port number on which the service is listening. This
+          property can be set to configure a port number for the service.