Fix new rubocop warnings
This commit is contained in:
parent
fbd6909b91
commit
6c2093b29d
21 changed files with 51 additions and 0 deletions
|
@ -29,6 +29,7 @@ module GeoRecord
|
|||
def in_world?
|
||||
return false if lat < -90 || lat > 90
|
||||
return false if lon < -180 || lon > 180
|
||||
|
||||
true
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue