Skip to content

Commit 52be46a

Browse files
committed
* append newline at EOF. [ci skip]
1 parent 58f3cda commit 52be46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/utils/hash_extension.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ def to_struct
44
Struct.new(*self.keys).new(*self.values.map { |value| value.is_a?(Hash) ? value.to_struct : value })
55
end
66
end
7-
end
7+
end

0 commit comments

Comments
 (0)