aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-01-12 15:53:25 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-01-12 18:07:53 -0800
commitf2beb56c8b14326f35af887ef0d2ee6356946065 (patch)
tree59d1f409e106eb908f4baa640a21c4ee8b4c9291
parent1de47a0d56328768dfba0e5f86e1ff9491e62c20 (diff)
downloadrails-f2beb56c8b14326f35af887ef0d2ee6356946065.tar.gz
rails-f2beb56c8b14326f35af887ef0d2ee6356946065.tar.bz2
rails-f2beb56c8b14326f35af887ef0d2ee6356946065.zip
fixing whitespace errors
-rw-r--r--activesupport/lib/active_support/deprecation/reporting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/reporting.rb b/activesupport/lib/active_support/deprecation/reporting.rb
index c7723d139b..ced08b8783 100644
--- a/activesupport/lib/active_support/deprecation/reporting.rb
+++ b/activesupport/lib/active_support/deprecation/reporting.rb
@@ -2,7 +2,7 @@ module ActiveSupport
module Deprecation
class << self
attr_accessor :silenced
-
+
# Outputs a deprecation warning to the output configured by <tt>ActiveSupport::Deprecation.behavior</tt>
#
# Example: