Skip to content

Commit c308a77

Browse files
committed
remove spaces inside {} of app/models/mail_handler.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20112 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 3ffc75b commit c308a77

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
@@ -434,7 +434,7 @@ def issue_attributes_from_keywords(issue)
434434
'done_ratio' => get_keyword(:done_ratio, :format => '(\d|10)?0'),
435435
'is_private' => get_keyword_bool(:is_private),
436436
'parent_issue_id' => get_keyword(:parent_issue)
437-
}.delete_if {|k, v| v.blank? }
437+
}.delete_if {|k, v| v.blank?}
438438

439439
attrs
440440
end

0 commit comments

Comments
 (0)