Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-becker committed Mar 12, 2015
1 parent 798262b commit a300bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transports/file-maxfiles-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ vows.describe('winston/transports/file/maxfiles').addBatch({
} else {
// The other files should be exist
assert.doesNotThrow(function () {
fs.statSync(fullpath);
fs.statSync(fullpath);
}, Error);
}
}
Expand Down

0 comments on commit a300bbe

Please sign in to comment.