From c4a95d5aeb17c898bbdf57c7e45a5a1210591127 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 3 Oct 2020 15:36:51 +0000 Subject: [PATCH] add space after comma to app/models/mail_handler.rb git-svn-id: http://svn.redmine.org/redmine/trunk@20115 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/mail_handler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 5222f96a9..229cfb832 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -524,7 +524,7 @@ class MailHandler < ActionMailer::Base def cleaned_up_subject subject = email.subject.to_s - subject.strip[0,255] + subject.strip[0, 255] end def self.assign_string_attribute_with_limit(object, attribute, value, limit=nil) -- 2.39.5