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: I0d25f27a5e449578967915d9f570cc29246927d7
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/libpldmresponder/examples/fru/host_frus.json b/libpldmresponder/examples/fru/host_frus.json
index d0348c1..ad8b62b 100644
--- a/libpldmresponder/examples/fru/host_frus.json
+++ b/libpldmresponder/examples/fru/host_frus.json
@@ -1,22 +1,20 @@
 {
-        "entities":[
-            {
-                // Entity Type 64 from the host has ...
-                "entity_type" : 64,
-                "parent":
-                     {
-                        // ... entity type 100 and instance 1 on the BMC as parent
-                        "entity_type" : 100,
-                        "entity_instance" : 1
-                     }
-            },
-            {
-                "entity_type" : 65,
-                "parent":
-                     {
-                        "entity_type" : 100,
-                        "entity_instance" : 1
-                     }
+    "entities": [
+        {
+            // Entity Type 64 from the host has ...
+            "entity_type": 64,
+            "parent": {
+                // ... entity type 100 and instance 1 on the BMC as parent
+                "entity_type": 100,
+                "entity_instance": 1
             }
-        ]
+        },
+        {
+            "entity_type": 65,
+            "parent": {
+                "entity_type": 100,
+                "entity_instance": 1
+            }
+        }
+    ]
 }