Skip to content

Commit

Permalink
Minor: remove an unneeded line break from a test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Feb 13, 2015
1 parent 32eb649 commit c3ad054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.js
Expand Up @@ -25,7 +25,6 @@ describe('helmet', function() {
});
});


it('chains all default middleware', function() {
moduleNames.forEach(function(moduleName) {
sinon.spy(helmet, moduleName);
Expand Down

0 comments on commit c3ad054

Please sign in to comment.