From: Toshi MARUYAMA Date: Wed, 20 Nov 2019 16:00:05 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/previews_co... X-Git-Tag: 4.2.0~1543 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a1b08f2e8f869980291695a5de88306072dd230;p=redmine.git 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 --- 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