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:
Sojan Jose
2025-08-14 14:30:51 +02:00
parent ac1b6d070e
commit a0e4ce20f0
-1
View File
@@ -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