Enforces spacing around commas

This commit is contained in:
Frederic Junod
2016-12-14 13:42:47 +01:00
parent b1f25d484b
commit 392cbcc138
15 changed files with 46 additions and 46 deletions

View File

@@ -96,7 +96,7 @@ var collectAndWriteCoverageData = function() {
}
});
reporter.addAll(['lcovonly','html']);
reporter.addAll(['lcovonly', 'html']);
revertBackupAndInstrumentationDir();