]> source.dussan.org Git - redmine.git/commitdiff
Remove trailing whitespaces from config (#31506).
authorGo MAEDA <maeda@farend.jp>
Thu, 6 Jun 2019 14:54:17 +0000 (14:54 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 6 Jun 2019 14:54:17 +0000 (14:54 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18234 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/environments/test.rb

index acce67526f0bab796e029e87682427978192bcd6..0444ff5a1193e88c30a16231a7ac6cd53590c5a6 100644 (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