mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 00:00:49 +00:00
Really minor: Add a newline after whitelist printout.
This commit is contained in:
parent
1bd3f8321e
commit
a922d595cf
|
@ -468,7 +468,7 @@ function processTest(item) {
|
|||
console.log("testWhiteList[" +
|
||||
JSON.stringify(item.title) + "] = " +
|
||||
JSON.stringify(out) +
|
||||
";");
|
||||
";\n");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue