Skip to content

Commit

Permalink
[squash] i would _never_ forget to add whitespace (make the linter ha…
Browse files Browse the repository at this point in the history
…ppy)
  • Loading branch information
addaleax committed Aug 25, 2016
1 parent 76aa7c8 commit 67de4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/nyc-bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ describe('the nyc cli', function () {

proc.on('exit', function (code) {
code.should.equal(0)
fs.stat(path.resolve(fixturesCLI, '.nyc_output', 'processinfo'), function(err, stat) {
fs.stat(path.resolve(fixturesCLI, '.nyc_output', 'processinfo'), function (err, stat) {
err.code.should.equal('ENOENT')
done()
})
Expand Down

0 comments on commit 67de4c1

Please sign in to comment.