From 78828a7dc451a5424c400dca229796e815c10c8a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 5 Nov 2020 13:42:39 +0000 Subject: [PATCH] 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 --- app/models/attachment.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/attachment.rb b/app/models/attachment.rb index 3959a6667..ad76c06df 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -451,6 +451,7 @@ class Attachment < ActiveRecord::Base if allowed.present? && !extension_in?(extension, allowed) return false end + true end -- 2.39.5