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: Ic70a9bbc0d86851d5c9885e9be891545b27628b4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/org/open_power/Witherspoon/Fault.errors.yaml b/org/open_power/Witherspoon/Fault.errors.yaml
index 668568d..c4df169 100644
--- a/org/open_power/Witherspoon/Fault.errors.yaml
+++ b/org/open_power/Witherspoon/Fault.errors.yaml
@@ -1,7 +1,7 @@
 - name: PowerSupplyInputFault
-  description: The power supply has indicated an input or under voltage
-               condition. Check the power supply cabling and/or input power
-               source.
+  description:
+      The power supply has indicated an input or under voltage condition. Check
+      the power supply cabling and/or input power source.
 
 - name: PowerSupplyShouldBeOn
   description: The power supply indicated that it is not on when it should be.
diff --git a/org/open_power/Witherspoon/Fault.metadata.yaml b/org/open_power/Witherspoon/Fault.metadata.yaml
index c8bfab8..357f261 100644
--- a/org/open_power/Witherspoon/Fault.metadata.yaml
+++ b/org/open_power/Witherspoon/Fault.metadata.yaml
@@ -1,50 +1,50 @@
 - name: PowerSupplyInputFault
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: PowerSupplyShouldBeOn
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: PowerSupplyOutputOvercurrent
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: PowerSupplyOutputOvervoltage
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: PowerSupplyFanFault
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: PowerSupplyTemperatureFault
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: Shutdown
   level: ERR
@@ -55,49 +55,49 @@
 - name: PowerSequencerVoltageFault
   level: ERR
   meta:
-    - str: "RAIL=%d"
-      type: uint16
-    - str: "RAIL_NAME=%s"
-      type: string
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAIL=%d"
+        type: uint16
+      - str: "RAIL_NAME=%s"
+        type: string
+      - str: "RAW_STATUS=%s"
+        type: string
 
 - name: PowerSequencerPGOODFault
   level: ERR
   meta:
-    - str: "INPUT_NUM=%d"
-      type: uint16
-    - str: "INPUT_NAME=%s"
-      type: string
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "INPUT_NUM=%d"
+        type: uint16
+      - str: "INPUT_NAME=%s"
+        type: string
+      - str: "RAW_STATUS=%s"
+        type: string
 
 - name: PowerSequencerFault
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
 
 - name: GPUPowerFault
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: GPUOverTemp
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory
 
 - name: MemoryPowerFault
   level: ERR
   meta:
-    - str: "RAW_STATUS=%s"
-      type: string
+      - str: "RAW_STATUS=%s"
+        type: string
   inherits:
-    - xyz.openbmc_project.Common.Callout.Inventory
+      - xyz.openbmc_project.Common.Callout.Inventory