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: I4e8e80d3e90345e107038546c485510b565ac636
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/scripts/extra-properties-example.yaml b/scripts/extra-properties-example.yaml
index 626ef33..c72db7e 100644
--- a/scripts/extra-properties-example.yaml
+++ b/scripts/extra-properties-example.yaml
@@ -1,11 +1,11 @@
 /system/chassis/motherboard/cpu0:
     xyz.openbmc_project.Inventory.Decorator.Replaceable:
-        FieldReplaceable: 'true'
+        FieldReplaceable: "true"
     xyz.openbmc_project.Inventory.Decorator.Cacheable:
-        Cached: 'true'
+        Cached: "true"
 
 /system/chassis/motherboard/dimm0:
     xyz.openbmc_project.Inventory.Decorator.Replaceable:
-        FieldReplaceable: 'true' 
+        FieldReplaceable: "true"
     xyz.openbmc_project.Inventory.Decorator.Cacheable:
-        Cached: 'true'
+        Cached: "true"