Skip to content

Commit 11e2358

Browse files
committed
Fix lint error
1 parent 44bce92 commit 11e2358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/app/mailers/test_mailer.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
2-
require 'action_mailer'
2+
3+
require "action_mailer"
34

45
class TestMailer < ActionMailer::Base
56
def test_email

0 commit comments

Comments
 (0)