Skip to content

Commit 15f1a0a

Browse files
committed
Fix rubocop comma offenses
1 parent 65b0250 commit 15f1a0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/email_template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
client.send(
2222
from: { email: 'mailtrap@example.com', name: 'Mailtrap Test' },
2323
to: [
24-
{ email: 'your@email.com' },
24+
{ email: 'your@email.com' }
2525
],
2626
template_uuid: '2f45b0aa-bbed-432f-95e4-e145e1965ba2',
2727
template_variables: {

examples/full.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
{ email: 'your@email.com', name: 'Your name' }
6565
],
6666
subject: 'You are awesome!',
67-
text: 'Congrats for sending test email with Mailtrap!',
67+
text: 'Congrats for sending test email with Mailtrap!'
6868
)

0 commit comments

Comments
 (0)