From: Toshi MARUYAMA Date: Thu, 5 Nov 2020 13:42:39 +0000 (+0000) Subject: add empty line after guard clause to app/models/attachment.rb X-Git-Tag: 4.2.0~552 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78828a7dc451a5424c400dca229796e815c10c8a;p=redmine.git 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 --- 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