Fix new rubocop warnings
This commit is contained in:
parent
d21cbc0464
commit
d3d0da0328
9 changed files with 10 additions and 10 deletions
|
@ -8,7 +8,7 @@ module OSM
|
|||
# The base class for API Errors.
|
||||
class APIError < RuntimeError
|
||||
def initialize(message = "Generic API Error")
|
||||
super(message)
|
||||
super
|
||||
end
|
||||
|
||||
def status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue