1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

add empty line after guard clause to app/models/attachment.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20265 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-05 13:42:39 +00:00
parent aaebab85c5
commit 78828a7dc4

View File

@ -451,6 +451,7 @@ class Attachment < ActiveRecord::Base
if allowed.present? && !extension_in?(extension, allowed)
return false
end
true
end