* append newline at EOF. [ci skip]

This commit is contained in:
git 2024-12-12 05:43:17 +00:00
parent 58f3cdad26
commit 52be46ab50

View file

@ -4,4 +4,4 @@ module CoreExtensions
Struct.new(*self.keys).new(*self.values.map { |value| value.is_a?(Hash) ? value.to_struct : value }) Struct.new(*self.keys).new(*self.values.map { |value| value.is_a?(Hash) ? value.to_struct : value })
end end
end end
end end