summaryrefslogtreecommitdiff
path: root/lib/logger.rb
diff options
context:
space:
mode:
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