Skip to content

Commit c4a95d5

Browse files
committed
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
1 parent 2297ce5 commit c4a95d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/mail_handler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def cleaned_up_text_body
524524

525525
def cleaned_up_subject
526526
subject = email.subject.to_s
527-
subject.strip[0,255]
527+
subject.strip[0, 255]
528528
end
529529

530530
def self.assign_string_attribute_with_limit(object, attribute, value, limit=nil)

0 commit comments

Comments
 (0)