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

Simplify: only one method call needed.

parent 47662822
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ module Geocoder
lat = Math.atan2(za, hyp)
# return answer in degrees
[to_degrees(lat), to_degrees(lon)]
to_degrees [lat, lon]
end
##
......
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