server: whitespace

This commit is contained in:
Brian Mann
2017-09-16 19:20:39 -04:00
parent b1a677d61d
commit 88b19a91e1

View File

@@ -28,6 +28,6 @@ module.exports = {
stats = _.pick(stats, KEYS)
_.each stats, (val, key) =>
console.log(@format(color ,val, key))
console.log(@format(color, val, key))
}
}