Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
linkRace committed Apr 28, 2016
1 parent fa7ab2b commit 9d60cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nosniff.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ module.exports = function nosniff() {
res.header('X-Content-Type-Options', 'no sniff');
next();
};
}
};

0 comments on commit 9d60cb7

Please sign in to comment.