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: I07d5f6906d6d142c0c6f56ec52c99dd8597fc861
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.iio.md b/README.iio.md
index c1b3f7b..4044b2b 100644
--- a/README.iio.md
+++ b/README.iio.md
@@ -3,12 +3,11 @@
 Phosphor OpenBMC currently does not provide an IIO device to DBUS bridge in the
 same way that hwmon devices are bridged by the phosphor-hwmon-readd application.
 
-Until a daemon can be written, the hwmon-iio bridge driver can be used with
-the phosphor-hwmon-readd application, with the limitation that only a single
-iio channel can be configured per iio-hwmon platform instance.  Typically
-device trees are setup with all the iio-channels under a single iio-hwmon
-platform device - doing this will result in undefined behavior from
-phosphor-hwmon-readd.
+Until a daemon can be written, the hwmon-iio bridge driver can be used with the
+phosphor-hwmon-readd application, with the limitation that only a single iio
+channel can be configured per iio-hwmon platform instance. Typically device
+trees are setup with all the iio-channels under a single iio-hwmon platform
+device - doing this will result in undefined behavior from phosphor-hwmon-readd.
 
-If a true IIO bridging daemon becomes available in the future, phosphor-hwmon-readd
-will not support hwmon-iio bridge devices in any capacity.
+If a true IIO bridging daemon becomes available in the future,
+phosphor-hwmon-readd will not support hwmon-iio bridge devices in any capacity.
diff --git a/README.md b/README.md
index 5cf2ff4..8dda4a1 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-Exposes generic hwmon entries as DBus objects.
-More information can be found at
+Exposes generic hwmon entries as DBus objects. More information can be found at
 [Sensor Architecture](https://github.com/openbmc/docs/blob/master/architecture/sensor-architecture.md)
 
 ## To Build
+
 ```
 To build this package, do the following steps: