Applied rubocop.

This commit is contained in:
Martin Edenhofer 2017-07-13 13:13:45 +02:00
parent c2234d7456
commit f723357f77

View file

@ -158,7 +158,7 @@ Check if string is a complete html document. If not, add head and css styles.
# use block form because variable html could contain backslashes and e. g. '\1' that
# must not be handled as back-references for regular expressions
Rails.configuration.html_email_body.sub('###html###') {html}
Rails.configuration.html_email_body.sub('###html###') { html }
end
=begin