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: Ie200c0d0da7926b8e0dae0b44c5618762f7fd666
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/ffdc/templates/log_collector_config_template.yaml b/ffdc/templates/log_collector_config_template.yaml
index 7e5f156..a418a8c 100644
--- a/ffdc/templates/log_collector_config_template.yaml
+++ b/ffdc/templates/log_collector_config_template.yaml
@@ -6,46 +6,48 @@
 MY_BLOCK:
     MY_LOGS:
         COMMANDS:
-            - 'dmesg >/tmp/dmesg.txt'
+            - "dmesg >/tmp/dmesg.txt"
         FILES:
-            - '/tmp/dmesg.txt'
+            - "/tmp/dmesg.txt"
         PROTOCOL:
-            - 'SSH'
+            - "SSH"
 
     REDFISH_LOGS:
         COMMANDS:
-            - redfishtool -u ${username} -p ${password} -r ${hostname} -S Always raw GET /redfish/v1/AccountService/Accounts
+            - redfishtool -u ${username} -p ${password} -r ${hostname} -S Always
+              raw GET /redfish/v1/AccountService/Accounts
         FILES:
-            - 'REDFISH_bmc_user_accounts.json'
+            - "REDFISH_bmc_user_accounts.json"
         PROTOCOL:
-            - 'REDFISH'
+            - "REDFISH"
 
     IPMI_LOGS:
         COMMANDS:
-            - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H ${hostname} lan print
+            - ipmitool -I lanplus -C 17 -U ${username} -P ${password} -H
+              ${hostname} lan print
         FILES:
-            - 'IPMI_LAN_print.txt'
+            - "IPMI_LAN_print.txt"
         PROTOCOL:
-            - 'IPMI'
+            - "IPMI"
 
     SHELL_LOGS:
         COMMANDS:
             - plugin:
-              - plugin_name: plugin.ssh_execution.ssh_execute_cmd
-              - plugin_args:
-                - ${hostname}
-                - ${username}
-                - ${password}
-                - cat /etc/os-release
-                - 3
-              - plugin_error: exit_on_error
+                  - plugin_name: plugin.ssh_execution.ssh_execute_cmd
+                  - plugin_args:
+                        - ${hostname}
+                        - ${username}
+                        - ${password}
+                        - cat /etc/os-release
+                        - 3
+                  - plugin_error: exit_on_error
         FILES:
             - plugin_release.txt
         PROTOCOL:
-            - 'SHELL'
+            - "SHELL"
 
     DUMP_LOGS:
         COMMANDS:
-            - 'ls -AX /var/lib/systemd/coredump/core.*'
+            - "ls -AX /var/lib/systemd/coredump/core.*"
         PROTOCOL:
-            - 'SCP'
+            - "SCP"