Really minor: Add a newline after whitelist printout.

This commit is contained in:
Gabriel Wicke 2011-12-06 13:16:43 +00:00
parent 1bd3f8321e
commit a922d595cf

View file

@ -468,7 +468,7 @@ function processTest(item) {
console.log("testWhiteList[" +
JSON.stringify(item.title) + "] = " +
JSON.stringify(out) +
";");
";\n");
}
}
} else {