From 0cf35a83926d499a279775bcc32dd4ea79b7a8c9 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Sat, 10 Feb 2024 17:23:24 +0000 Subject: [PATCH] style(rubocop): Layout/EmptyLines --- script/send-html-email.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/script/send-html-email.rb b/script/send-html-email.rb index 2ec8ab5..9e8e4bb 100644 --- a/script/send-html-email.rb +++ b/script/send-html-email.rb @@ -14,7 +14,6 @@ if from.nil? || to.nil? exit 1 end - mail = Mail.new mail.to = to mail.from = from