Remove trailing whitespaces from config (#31506).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18234 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-06-06 14:54:17 +00:00
parent adebf4da1d
commit 048601bdf3

View File

@@ -24,7 +24,7 @@ Rails.application.configure do
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test
# Disable Async delivery
config.active_job.queue_adapter = :inline