From 2a1b08f2e8f869980291695a5de88306072dd230 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 20 Nov 2019 16:00:05 +0000 Subject: [PATCH] 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 --- app/controllers/previews_controller.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5