Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 29, 2018
1 parent 83fde17 commit d378212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -26,7 +26,7 @@ CompactToStylishStream.prototype._transform = function (chunk, encoding, cb) {

CompactToStylishStream.prototype._flush = function (cb) {
var lines = Buffer.concat(this._buffer).toString()
var jsonResults = standardJson(lines, {noisey: true})
var jsonResults = standardJson(lines, { noisey: true })
var output = processResults(jsonResults)
this.push(output)

Expand Down

0 comments on commit d378212

Please sign in to comment.