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: Ib954d53a0fdfba96a0e0f9bdd2ad75ed3c4f4927
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/xyz/openbmc_project/Software/Image.errors.yaml b/xyz/openbmc_project/Software/Image.errors.yaml
index 2b8f7ee..c2fda85 100644
--- a/xyz/openbmc_project/Software/Image.errors.yaml
+++ b/xyz/openbmc_project/Software/Image.errors.yaml
@@ -8,4 +8,3 @@
   description: An error occured processing the image.
 - name: BusyFailure
   description: The device is busy during the update.
-
diff --git a/xyz/openbmc_project/Software/Image.metadata.yaml b/xyz/openbmc_project/Software/Image.metadata.yaml
index 7456e0a..a63d4a1 100644
--- a/xyz/openbmc_project/Software/Image.metadata.yaml
+++ b/xyz/openbmc_project/Software/Image.metadata.yaml
@@ -1,28 +1,27 @@
 - name: UnTarFailure
   level: ERR
   meta:
-    - str: "PATH=%s"
-      type: string
+      - str: "PATH=%s"
+        type: string
 - name: ManifestFileFailure
   level: ERR
   meta:
-    - str: "PATH=%s"
-      type: string
+      - str: "PATH=%s"
+        type: string
 - name: InternalFailure
   level: ERR
   meta:
-    - str: "FAIL=%s"
-      type: string
+      - str: "FAIL=%s"
+        type: string
 - name: ImageFailure
   level: ERR
   meta:
-    - str: "FAIL=%s"
-      type: string
-    - str: "PATH=%s"
-      type: string
+      - str: "FAIL=%s"
+        type: string
+      - str: "PATH=%s"
+        type: string
 - name: BusyFailure
   level: ERR
   meta:
-    - str: "PATH=%s"
-      type: string
-
+      - str: "PATH=%s"
+        type: string