summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2024-12-12 05:43:17 +0000
committergit <svn-admin@ruby-lang.org>2024-12-12 05:43:17 +0000
commit52be46ab50b470f90d04275fb2a9f92d6fae2126 (patch)
tree2f345b2ac196eb27437c673de96bbfc6d3aa3a54
parent58f3cdad26a0531ba3a54554a56b18fa2b0511a3 (diff)
* append newline at EOF. [ci skip]
-rw-r--r--spec/lib/utils/hash_extension.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/utils/hash_extension.rb b/spec/lib/utils/hash_extension.rb
index c00bf6e1d1..ba7cee6871 100644
--- a/spec/lib/utils/hash_extension.rb
+++ b/spec/lib/utils/hash_extension.rb
@@ -4,4 +4,4 @@ module CoreExtensions
Struct.new(*self.keys).new(*self.values.map { |value| value.is_a?(Hash) ? value.to_struct : value })
end
end
-end \ No newline at end of file
+end