Skip to content
Snippets Groups Projects
Commit 794b38b3 authored by sputnik82's avatar sputnik82
Browse files

Consistent use of '

parent 3b429681
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ module Geocoder::Result
class Mapbox < Base
def coordinates
data["geometry"]["coordinates"].reverse.map(&:to_f)
data['geometry']['coordinates'].reverse.map(&:to_f)
end
def place_name
......@@ -40,7 +40,7 @@ module Geocoder::Result
end
def address
[place_name, street, city, state, postal_code, country].compact.join(", ")
[place_name, street, city, state, postal_code, country].compact.join(', ')
end
private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment