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

Code formatting: replace tabs with spaces.

parent a859c89c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ module Geocoder::Store
empty = RUBY_VERSION.split('.')[1].to_i < 9 ? BSON::OrderedHash.new : {}
conds = empty.clone
field = geocoder_options[:coordinates]
field = geocoder_options[:coordinates]
conds[field] = empty.clone
conds[field]["$nearSphere"] = coords.reverse
conds[field]["$maxDistance"] = \
......
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