add single blank for pretty JSON

This commit is contained in:
Dirk Wetter 2020-04-20 22:48:31 +02:00
parent e9e11e213a
commit b1ef3a020f

View File

@ -1121,7 +1121,7 @@ fileout_json_section() {
9) echo -e ",\n \"vulnerabilities\" : [" ;;
10) echo -e ",\n \"cipherTests\" : [" ;;
11) echo -e ",\n \"browserSimulations\": [" ;;
12) echo -e ",\n \"rating\" : [" ;;
12) echo -e ",\n \"rating\" : [" ;;
*) echo "invalid section" ;;
esac
}