Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci authored Mar 1, 2024
1 parent 92a4879 commit 23578cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/announcement_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class AnnouncementMailer < ApplicationMailer
default from: "[email protected]", return_path: "[email protected]", message_steam: "broadcast"
def announce(user, subject, content)
mail(to: user.email, subject: subject, body: content)
mail(to: user.email, subject: subject, body: content)
end
end

0 comments on commit 23578cc

Please sign in to comment.