]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/previews_co...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 20 Nov 2019 16:00:05 +0000 (16:00 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 20 Nov 2019 16:00:05 +0000 (16:00 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19095 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/previews_controller.rb

index f1ef5fab022b1f5fe0a1178cbb7af121a579d955..73cad7c444f73a25cb526c3df48bb0959cd3c17e 100644 (file)
@@ -51,5 +51,4 @@ class PreviewsController < ApplicationController
   rescue ActiveRecord::RecordNotFound
     render_404
   end
-
 end