##// END OF EJS Templates
remove trailing white-spaces from app/models/mail_handler.rb....
Toshi MARUYAMA -
r6757:82797e238707
parent child
Show More
@@ -352,7 +352,7 class MailHandler < ActionMailer::Base
352 352 end
353 353 body.strip
354 354 end
355
355
356 356 def find_assignee_from_keyword(keyword, issue)
357 357 keyword = keyword.to_s.downcase
358 358 assignable = issue.assignable_users
General Comments 0
You need to be logged in to leave comments. Login now