From a0e4ce20f0566ff219fd5aa996a4d3df62d58ac6 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Thu, 14 Aug 2025 14:30:51 +0200 Subject: [PATCH] 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 --- app/mailers/conversation_reply_mailer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/mailers/conversation_reply_mailer.rb b/app/mailers/conversation_reply_mailer.rb index dba445170..360b227cb 100644 --- a/app/mailers/conversation_reply_mailer.rb +++ b/app/mailers/conversation_reply_mailer.rb @@ -5,7 +5,6 @@ class ConversationReplyMailer < ApplicationMailer include ConversationReplyMailerHelper include ReferencesHeaderBuilder - default from: ENV.fetch('MAILER_SENDER_EMAIL', 'Chatwoot ') layout :choose_layout