1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 16:01:14 +00:00

remove redundant 'return' from app/models/attachment.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20677 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-12-19 17:32:56 +00:00
parent 818e813ef2
commit 863ea48a65

View File

@ -258,7 +258,7 @@ class Attachment < ActiveRecord::Base
"to #{target}\nException was: #{e.message}" "to #{target}\nException was: #{e.message}"
) )
end end
return nil nil
end end
end end
end end