Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2016-02-05 12:28:16 +00:00
parent c7061991e7
commit 5d3ecffa28
41 changed files with 252 additions and 250 deletions

View file

@ -6,6 +6,6 @@ module NotRedactable
end
def redact!(_r)
fail OSM::APICannotRedactError.new
raise OSM::APICannotRedactError.new
end
end