Skip to content

Commit 071c580

Browse files
authored
fix whitespace
1 parent 9867453 commit 071c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/secure_headers/headers/content_security_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def build_value
5555
case DIRECTIVE_VALUE_TYPES[directive_name]
5656
when :source_list,
5757
:require_sri_for_list, # require_sri is a simple set of strings that don't need to deal with symbol casing
58-
:require_trusted_types_for_list
58+
:require_trusted_types_for_list
5959
build_source_list_directive(directive_name)
6060
when :boolean
6161
symbol_to_hyphen_case(directive_name) if @config.directive_value(directive_name)

0 commit comments

Comments
 (0)