Skip to content

Commit

Permalink
style(rubocop): Lint/RedundantStringCoercion
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 10, 2024
1 parent 0966b44 commit 12a5ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/send-html-email.rb
Expand Up @@ -18,7 +18,7 @@
mail = Mail.new
mail.to = to
mail.from = from
mail.subject = "A test email from #{Time.now.to_s}"
mail.subject = "A test email from #{Time.now}"
mail["X-Postal-Tag"] = "send-html-email-script"
mail.text_part = Mail::Part.new do
body <<~BODY
Expand Down

0 comments on commit 12a5ef3

Please sign in to comment.