yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml b/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml
index 714c589..bf35d2f 100644
--- a/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml
@@ -5,13 +5,13 @@
       description: >
           Replace the certificate and restart the associated services.
       parameters:
-        - name: Path
-          type: string
-          description: >
-              Path of file that contains both the certificate public and
-              private key. (Example: a .PEM file containing both signed
-              certificate and private key).
+          - name: Path
+            type: string
+            description: >
+                Path of file that contains both the certificate public and
+                private key. (Example: a .PEM file containing both signed
+                certificate and private key).
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Certs.Error.InvalidCertificate
-        - xyz.openbmc_project.Common.Error.NotAllowed
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Certs.Error.InvalidCertificate
+          - xyz.openbmc_project.Common.Error.NotAllowed