Skip to content

Commit 5d7cd23

Browse files
committed
Remove unnecessary freeze
1 parent d2e51c5 commit 5d7cd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sassc/embedded.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def parse(...)
594594
decode_uri_hash[pdu] = c
595595
decode_uri_hash[pud] = c
596596
decode_uri_hash[puu] = c
597-
end.freeze
597+
end
598598
encode_uri_hash.freeze
599599
decode_uri_hash.freeze
600600

0 commit comments

Comments
 (0)