]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white space from app/controllers/files_controller.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 8 Jan 2017 08:16:30 +0000 (08:16 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 8 Jan 2017 08:16:30 +0000 (08:16 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16161 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/files_controller.rb

index 535f14f5b020b3264c4ead41fee2e86ada926464..08088dbd7e243da5f0cd17e37711ff03744f2cd4 100644 (file)
@@ -22,7 +22,7 @@ class FilesController < ApplicationController
   before_action :authorize
   accept_api_auth :index, :create
 
-  helper :attachments 
+  helper :attachments
   helper :sort
   include SortHelper