Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggs committed Jan 18, 2018
1 parent b8776e7 commit f5feeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/security.test
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test ('X-XSS-Protection: 1; mode=block', async t => {
, flag = 1
, mode = 'block'
, test = [flag, `mode=${mode}`]
, expected = new RegExp ( test.join `; ` , 'g')
, expected = new RegExp ( test.join `; ` , 'g' )


t.ok
Expand Down

0 comments on commit f5feeef

Please sign in to comment.