yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml b/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
index 87b2872..ef28b45 100644
--- a/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
+++ b/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
@@ -20,25 +20,25 @@
       description: >
           Creates a mapping for the group to the privilege.
       parameters:
-        - name: GroupName
-          type: string
-          description: >
-              Group Name to which the privilege is to be assigned. In the case
-              of LDAP, the GroupName will be the LDAP group the user is part of.
-        - name: Privilege
-          type: string
-          description: >
-              The privilege associated with the group. The set of available
-              privileges are xyz.openbmc_project.User.Manager.AllPrivileges.
-              xyz.openbmc_project.Common.Error.InvalidArgument exception will
-              be thrown if the privilege is invalid. Additional documentation
-              on privilege is available here.
-              https://github.com/openbmc/docs/blob/master/architecture/user-management.md
+          - name: GroupName
+            type: string
+            description: >
+                Group Name to which the privilege is to be assigned. In the case
+                of LDAP, the GroupName will be the LDAP group the user is part of.
+          - name: Privilege
+            type: string
+            description: >
+                The privilege associated with the group. The set of available
+                privileges are xyz.openbmc_project.User.Manager.AllPrivileges.
+                xyz.openbmc_project.Common.Error.InvalidArgument exception will
+                be thrown if the privilege is invalid. Additional documentation
+                on privilege is available here.
+                https://github.com/openbmc/docs/blob/master/architecture/user-management.md
       returns:
-        - name: Path
-          type: path
-          description: >
-            The path for the created privilege mapping object.
+          - name: Path
+            type: path
+            description: >
+                The path for the created privilege mapping object.
 
       errors:
           - xyz.openbmc_project.Common.Error.InternalFailure