Skip to content

Commit 1163c40

Browse files
authored
fix whitespace
1 parent 1f4b9dd commit 1163c40

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
@@ -53,7 +53,7 @@ def build_value
5353
case DIRECTIVE_VALUE_TYPES[directive_name]
5454
when :source_list,
5555
:require_sri_for_list, # require_sri is a simple set of strings that don't need to deal with symbol casing
56-
:require_trusted_types_for_list
56+
:require_trusted_types_for_list
5757
build_source_list_directive(directive_name)
5858
when :boolean
5959
symbol_to_hyphen_case(directive_name) if @config.directive_value(directive_name)

0 commit comments

Comments
 (0)