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/README.md b/phosphor-power-supply/README.md
index 389dcc9..4d67a2a 100644
--- a/phosphor-power-supply/README.md
+++ b/phosphor-power-supply/README.md
@@ -1,33 +1,38 @@
 OpenBMC power supply monitoring application.
 
-Design document: https://github.com/openbmc/docs/blob/master/designs/psu-monitoring.md
+Design document:
+https://github.com/openbmc/docs/blob/master/designs/psu-monitoring.md
 
 # Compile Options
 
-To enable reading VPD data via PMBus commands to IBM common form factor
-power supplies (ibm-cffps), run meson with `-Dibm-vpd=true`.
+To enable reading VPD data via PMBus commands to IBM common form factor power
+supplies (ibm-cffps), run meson with `-Dibm-vpd=true`.
 
 # D-Bus System Configuration
 
-Entity Manager provides information about the supported system configuration
-and the power supply connectors (IBMCFFPSConnector).
+Entity Manager provides information about the supported system configuration and
+the power supply connectors (IBMCFFPSConnector).
 
 The information is as follows:
 
 ## Max Power Supplies
+
 Integer that indicates the maximum number of power supplies that should be
 present. This is exposed via the `MaxCount` property.
 
 ## I2C Bus
+
 The I2C bus(es) that the power supply is on will be represented by the `I2CBus`
 property under the `xyz.openbmc_project.Configuration.IBMCFFPSConnector`
 interface(s).
 
 ## I2C Address
+
 The I2C address(es) that the power supply is at will be represented by the
 `I2CAddress` property under the IBMCFFPSConnector interface(s).
 
 ## Name
+
 The `Name` property under the IBMCFFPSConnector interface(s) will be used to
 create an inventory path for the power supply. This inventory path is used as
 part of the power supply presence detection, reading the `Present` property
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"
         }
     ]
 }