]> git.openstreetmap.org Git - rails.git/blobdiff - lib/not_redactable.rb
Fix most auto-correctable rubocop issues
[rails.git] / lib / not_redactable.rb
index d7c952463dcb494096e91821c7a42906613398da..75ff331768310020a54dae242c088673524a380e 100644 (file)
@@ -5,7 +5,7 @@ module NotRedactable
     false
   end
 
-  def redact!(r)
-    raise OSM::APICannotRedactError.new
+  def redact!(_r)
+    fail OSM::APICannotRedactError.new
   end
 end