]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/export_controller.rb
Fix rubocop warnings
[rails.git] / app / controllers / export_controller.rb
index bd020f29b6ea11a1b960ec5f8e71d0885a48fd4c..fa7944516620e442064b8f8d5adb118d92042761 100644 (file)
@@ -22,6 +22,5 @@ class ExportController < ApplicationController
     end
   end
 
-  def embed
-  end
+  def embed; end
 end