aboutsummaryrefslogtreecommitdiffstats
path: root/lib/logger.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-18 14:09:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-18 14:09:38 +0000
commit7dd49ed5a78a2631f1a59635b1a0d6b9e18193cf (patch)
tree7c7a3d126015188649f3af4132d9eed64bf769b1 /lib/logger.rb
parent48553e9c587e3f83d7d2823f1f7164e04bb27cf9 (diff)
downloadruby-7dd49ed5a78a2631f1a59635b1a0d6b9e18193cf.tar.gz
* lib: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/logger.rb')
-rw-r--r--lib/logger.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index 3319b3092e..6092959399 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -139,7 +139,7 @@ require 'monitor'
# 4. With severity.
#
# logger.add(Logger::FATAL) { 'Fatal error!' }
-#
+#
# The block form allows you to create potentially complex log messages,
# but to delay their evaluation until and unless the message is
# logged. For example, if we have the following:
@@ -209,7 +209,7 @@ class Logger
end
# not used after 1.2.7. just for compat.
class ShiftingError < Error # :nodoc:
- end
+ end
# Logging severity.
module Severity