Skip to content

Commit

Permalink
style(rubocop): Layout/LeadingCommentSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 10, 2024
1 parent b4cc812 commit 59f299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/send-html-email.rb
Expand Up @@ -41,7 +41,7 @@
BODY
end

#puts mail.to_s
# puts mail.to_s

Net::SMTP.start("127.0.0.1", 2525) do |smtp|
smtp.send_message mail.to_s, mail.from.first, mail.to.first
Expand Down

0 comments on commit 59f299b

Please sign in to comment.