mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 16:03:26 +02: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:
@@ -451,6 +451,7 @@ class Attachment < ActiveRecord::Base
|
||||
if allowed.present? && !extension_in?(extension, allowed)
|
||||
return false
|
||||
end
|
||||
|
||||
true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user