Skip to content
Snippets Groups Projects
Commit 82d53920 authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix variable name typo.

parent d97f399e
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ module Geocoder::Lookup ...@@ -32,7 +32,7 @@ module Geocoder::Lookup
if raw_data.respond_to?(:force_encoding) if raw_data.respond_to?(:force_encoding)
raw_data = raw_data.force_encoding("ISO-8859-1").encode("UTF-8") raw_data = raw_data.force_encoding("ISO-8859-1").encode("UTF-8")
end end
CSV.parse_line encoded CSV.parse_line raw_data
end end
def reserved_result def reserved_result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment