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: Iac79637039eb3b6ecdefb4199f6cc4da0748e8cf
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.md b/README.md
index 0c50369..3248cf0 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
 # openpower-pnor-code-mgmt
+
 OpenPower PNOR (Processor NOR) Code Management provides a set of host software
 management applications for OpenPower systems. The host firmware is stored on
-the PNOR chip.
-More information can be found at
+the PNOR chip. More information can be found at
 [Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Software/README.md)
 or
 [Host Code Update](https://github.com/openbmc/docs/blob/master/code-update/host-code-update.md)
 
 ## To Build
+
 To build this package, do the following steps:
 
 1. `meson build`
diff --git a/test/README.md b/test/README.md
index b69b84f..c8335f5 100755
--- a/test/README.md
+++ b/test/README.md
@@ -1,17 +1,16 @@
 Instructions on how to execute UTEST.
 
-* When using an SDK - make sure it has been built
-  for an x86 machine.
+- When using an SDK - make sure it has been built for an x86 machine.
 
-- Run the following commands:
+* Run the following commands:
 
   ```
   meson -Doe-sdk=enabled -Dtests=enabled build
   ninja -C build test
   ```
 
-* WHEN RUNNING UTEST remember to take advantage
-  of the gtest capabilities. "./build/test/utest --help"
+- WHEN RUNNING UTEST remember to take advantage of the gtest capabilities.
+  "./build/test/utest --help"
   - --gtest_repeat=[COUNT]
   - --gtest_shuffle
   - --gtest_random_seed=[NUMBER]