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/test/bios_jsons/string_attrs.json b/libpldmresponder/test/bios_jsons/string_attrs.json
index 09e0e4c..5213aaf 100644
--- a/libpldmresponder/test/bios_jsons/string_attrs.json
+++ b/libpldmresponder/test/bios_jsons/string_attrs.json
@@ -1,49 +1,49 @@
 {
-    "entries" : [
+    "entries": [
         {
-            "attribute_name" : "str_example1",
-            "string_type" : "ASCII",
-            "minimum_string_length" : 1,
-            "maximum_string_length" : 100,
-            "default_string_length" : 3,
-            "default_string" : "abc",
-            "readOnly" : false,
-            "helpText" : "str_example1 HelpText",
-            "displayName" : "str_example1 DisplayName",
-            "dbus" : {
-                "object_path" : "/xyz/abc/def",
-                "interface" : "xyz.openbmc_project.str_example1.value",
-                "property_name" : "Str_example1",
-                "property_type" : "string"
+            "attribute_name": "str_example1",
+            "string_type": "ASCII",
+            "minimum_string_length": 1,
+            "maximum_string_length": 100,
+            "default_string_length": 3,
+            "default_string": "abc",
+            "readOnly": false,
+            "helpText": "str_example1 HelpText",
+            "displayName": "str_example1 DisplayName",
+            "dbus": {
+                "object_path": "/xyz/abc/def",
+                "interface": "xyz.openbmc_project.str_example1.value",
+                "property_name": "Str_example1",
+                "property_type": "string"
             }
         },
         {
-            "attribute_name" : "str_example2",
-            "string_type" : "Hex",
-            "minimum_string_length" : 0,
-            "maximum_string_length" : 100,
-            "default_string_length" : 0,
-            "default_string" : "",
-            "readOnly" : false,
-            "helpText" : "str_example2 HelpText",
-            "displayName" : "str_example2 DisplayName",
-            "dbus" : {
-                "object_path" : "/xyz/abc/def",
-                "interface" : "xyz.openbmc_project.str_example2.value",
-                "property_name" : "Str_example2",
-                "property_type" : "string"
+            "attribute_name": "str_example2",
+            "string_type": "Hex",
+            "minimum_string_length": 0,
+            "maximum_string_length": 100,
+            "default_string_length": 0,
+            "default_string": "",
+            "readOnly": false,
+            "helpText": "str_example2 HelpText",
+            "displayName": "str_example2 DisplayName",
+            "dbus": {
+                "object_path": "/xyz/abc/def",
+                "interface": "xyz.openbmc_project.str_example2.value",
+                "property_name": "Str_example2",
+                "property_type": "string"
             }
         },
         {
-            "attribute_name" : "str_example3",
-            "string_type" : "Unknown",
-            "minimum_string_length" : 1,
-            "maximum_string_length" : 100,
-            "default_string_length" : 2,
-            "default_string" : "ef",
-            "readOnly" : true,
-            "helpText" : "str_example3 HelpText",
-            "displayName" : "str_example3 DisplayName"
+            "attribute_name": "str_example3",
+            "string_type": "Unknown",
+            "minimum_string_length": 1,
+            "maximum_string_length": 100,
+            "default_string_length": 2,
+            "default_string": "ef",
+            "readOnly": true,
+            "helpText": "str_example3 HelpText",
+            "displayName": "str_example3 DisplayName"
         }
     ]
 }