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: I53dc3bb17d5dcbb9b33fa3d0db62138f37cc8c0b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/phosphor-power-supply/configurations/witherspoon/psu_config.json b/phosphor-power-supply/configurations/witherspoon/psu_config.json
index 2087284..047a6a7 100644
--- a/phosphor-power-supply/configurations/witherspoon/psu_config.json
+++ b/phosphor-power-supply/configurations/witherspoon/psu_config.json
@@ -1,14 +1,14 @@
 {
     "PowerSupplies": [
         {
-            "Inventory" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
-            "Bus" : 3,
-            "Address" : "0068"
+            "Inventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
+            "Bus": 3,
+            "Address": "0068"
         },
         {
-            "Inventory" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
-            "Bus" : 3,
-            "Address" : "0069"
+            "Inventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
+            "Bus": 3,
+            "Address": "0069"
         }
     ]
 }