From b3c19888c52059a204d93adf8d6a3aefde08c204 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 14 Nov 2020 13:18:10 +0000 Subject: [PATCH] remove spaces inside {} of AttachmentsController git-svn-id: http://svn.redmine.org/redmine/trunk@20368 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/attachments_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/attachments_controller.rb b/app/controllers/attachments_controller.rb index 0f78662a8..28d3f9ca0 100644 --- a/app/controllers/attachments_controller.rb +++ b/app/controllers/attachments_controller.rb @@ -177,9 +177,9 @@ class AttachmentsController < ApplicationController end respond_to do |format| - format.html { redirect_to_referer_or project_path(@project) } + format.html {redirect_to_referer_or project_path(@project)} format.js - format.api { render_api_ok } + format.api {render_api_ok} end end -- 2.39.5