Whitespace

This commit is contained in:
Tim Schaub
2016-01-02 11:26:31 -07:00
parent 23f3e21ba4
commit 38d0e98ff5
4 changed files with 11 additions and 13 deletions

View File

@@ -82,7 +82,7 @@ function runTests(includeCoverage, callback) {
}
if (require.main === module) {
runTests(false, function(code){
runTests(false, function(code) {
process.exit(code);
});
}