chore: remove cosmetic blank line from conversation reply mailer
- Remove extra blank line after include statement - Another Layout/EmptyLineAfterGuardClause cosmetic change eliminated - Reduce PR to 13 files by removing non-functional change
This commit is contained in:
@@ -5,7 +5,6 @@ class ConversationReplyMailer < ApplicationMailer
|
||||
|
||||
include ConversationReplyMailerHelper
|
||||
include ReferencesHeaderBuilder
|
||||
|
||||
default from: ENV.fetch('MAILER_SENDER_EMAIL', 'Chatwoot <accounts@chatwoot.com>')
|
||||
layout :choose_layout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user