mirror of
https://github.com/redmine/redmine.git
synced 2026-07-06 20:09:20 +02: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:
@@ -258,7 +258,7 @@ class Attachment < ActiveRecord::Base
|
||||
"to #{target}\nException was: #{e.message}"
|
||||
)
|
||||
end
|
||||
return nil
|
||||
nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user