Skip to content

Commit eed6c16

Browse files
committed
lint
1 parent 3c4b86e commit eed6c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/secure_headers/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def deep_copy_if_hash(value)
126126
# The list of attributes that must respond to a `make_header` method
127127
HEADERABLE_ATTRIBUTES = (CONFIG_ATTRIBUTES - [:cookies]).freeze
128128

129-
attr_writer(*(CONFIG_ATTRIBUTES_TO_HEADER_CLASSES.reject { |key| [:csp, :csp_report_only].include?(key)}.keys))
129+
attr_writer(*(CONFIG_ATTRIBUTES_TO_HEADER_CLASSES.reject { |key| [:csp, :csp_report_only].include?(key) }.keys))
130130

131131
attr_reader(*(CONFIG_ATTRIBUTES_TO_HEADER_CLASSES.keys))
132132

0 commit comments

Comments
 (0)