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:
parent
818e813ef2
commit
863ea48a65
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user