summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 16:00:05 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 16:00:05 +0000
commit2a1b08f2e8f869980291695a5de88306072dd230 (patch)
tree04a7b3ad4a89d98145a583a7dfa9e47c811b252a /app
parent97efebf08eb9d6ea6aec27674a186b06525547a3 (diff)
downloadredmine-2a1b08f2e8f869980291695a5de88306072dd230.tar.gz
redmine-2a1b08f2e8f869980291695a5de88306072dd230.zip
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/previews_controller.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19095 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/controllers/previews_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/previews_controller.rb b/app/controllers/previews_controller.rb
index f1ef5fab0..73cad7c44 100644
--- a/app/controllers/previews_controller.rb
+++ b/app/controllers/previews_controller.rb
@@ -51,5 +51,4 @@ class PreviewsController < ApplicationController
rescue ActiveRecord::RecordNotFound
render_404
end
-
end