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