]> source.dussan.org Git - redmine.git/commitdiff
add empty line after guard clause to app/models/attachment.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 5 Nov 2020 13:42:39 +0000 (13:42 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 5 Nov 2020 13:42:39 +0000 (13:42 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20265 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/attachment.rb

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