Skip to content

Commit 0b096c1

Browse files
committed
Minor: remove whitespace
1 parent cea5154 commit 0b096c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = function hsts(options) {
4242
header += '; preload';
4343
}
4444

45-
return function hsts(req, res, next) {
45+
return function hsts(req, res, next) {
4646

4747
var setHeader;
4848
if (setIf) {

0 commit comments

Comments
 (0)