From 892b4bafd3d24f10ec8c4dd1406aa215038269d1 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 31 Aug 2011 12:06:52 +0000 Subject: [PATCH] remove trailing white-spaces from app/controllers/comments_controller.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6898 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/comments_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb index 7432f831f..230af5caf 100644 --- a/app/controllers/comments_controller.rb +++ b/app/controllers/comments_controller.rb @@ -12,7 +12,7 @@ class CommentsController < ApplicationController if @news.comments << @comment flash[:notice] = l(:label_comment_added) end - + redirect_to :controller => 'news', :action => 'show', :id => @news end @@ -32,5 +32,5 @@ class CommentsController < ApplicationController @comment = nil @news end - + end -- 2.39.5