1
0
Fork 0

Whitespace

This commit is contained in:
Alan Plum 2017-03-16 15:45:30 +01:00
parent 773d489f55
commit 97e80c9d3b
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 2 additions and 2 deletions

View File

@ -58,9 +58,9 @@ function logStats (stats) {
chalk.bold(stats.duration + 'ms')
} (${
chalk.green(stats.passes)
} | ${
}|${
chalk.red(stats.failures)
} | ${
}|${
chalk.cyan(stats.pending)
})`);
}