remove trailing white-spaces from app/models/mail_handler.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6877 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
01b9ae926f
commit
82797e2387
|
@ -352,7 +352,7 @@ class MailHandler < ActionMailer::Base
|
|||
end
|
||||
body.strip
|
||||
end
|
||||
|
||||
|
||||
def find_assignee_from_keyword(keyword, issue)
|
||||
keyword = keyword.to_s.downcase
|
||||
assignable = issue.assignable_users
|
||||
|
|
Loading…
Reference in New Issue