]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of AttachmentsController
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 14 Nov 2020 13:18:10 +0000 (13:18 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 14 Nov 2020 13:18:10 +0000 (13:18 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20368 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/attachments_controller.rb

index 0f78662a83e3d50c0ee719edd501f7881914b045..28d3f9ca007c581735475f24b2609ad75da0431e 100644 (file)
@@ -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