Skip to content

Commit a72ce63

Browse files
committed
Remove unnecessary semi-colon
1 parent ae1812d commit a72ce63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/policy.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ module.exports = options =>
2020
await next ()
2121

2222
context.set
23-
( 'Content-Security-Policy', policies.join `; ` )
23+
( 'Content-Security-Policy', policies.join ` ` )
2424
}

0 commit comments

Comments
 (0)