summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-19 11:32:51 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-19 11:32:51 +0000
commitc70bc98aed11dd8d468470c6c2085f74ef34b2db (patch)
tree47d6e726605b765983a995b2d5813d907248d6c1
parent3c9e99b804e76a5f27ddaa3c4033095ca60c67fc (diff)
downloadredmine-c70bc98aed11dd8d468470c6c2085f74ef34b2db.tar.gz
redmine-c70bc98aed11dd8d468470c6c2085f74ef34b2db.zip
remove trailing white-spaces from config/environment.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6463 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/environment.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 3d4f1e80f..a2332a008 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,6 +1,6 @@
# Be sure to restart your web server when you modify this file.
-# Uncomment below to force Rails into production mode when
+# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'
@@ -30,7 +30,7 @@ Rails::Initializer.run do |config|
# Add additional load paths for sweepers
config.autoload_paths += %W( #{RAILS_ROOT}/app/sweepers )
- # Force all environments to use the same logger level
+ # Force all environments to use the same logger level
# (by default production uses :info, the others :debug)
# config.log_level = :debug