Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Oct 10, 2016
1 parent 21d6c0a commit 53b9550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/geokit/geo_loc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ def city=(city)
# address.
def street_address=(address)
@street_address = if address && provider != 'google'
Geokit::Inflector.titleize(address)
else
address
end
Geokit::Inflector.titleize(address)
else
address
end
end

# Returns a comma-delimited string consisting of the street address, city,
Expand Down

0 comments on commit 53b9550

Please sign in to comment.