Skip to content

Commit 9013119

Browse files
committed
Whitespace
1 parent 295fbfc commit 9013119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/notifiers/newsletter_notifier.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def assert_test_recipients!
5050
test_recipients = User.test_recipients.pluck(:email)
5151

5252
if recipients.any? { |user| test_recipients.exclude?(user.email) }
53-
raise Error, "Attempted to deliver test newsletter to non-test recipients: #{id}"
53+
raise Error, "Attempted to deliver test newsletter to non-test recipients: #{id}"
5454
end
5555
end
5656
end

0 commit comments

Comments
 (0)