Fix new rubocop warnings
This commit is contained in:
parent
4eb2e318af
commit
ff3a30d245
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class BoundingBox
|
|||
end
|
||||
|
||||
def self.from_s(s)
|
||||
BoundingBox.new(*s.split(/,/)) if s.count(",") == 3
|
||||
BoundingBox.new(*s.split(",")) if s.count(",") == 3
|
||||
end
|
||||
|
||||
def self.from_bbox_params(params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue