diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-01-12 15:53:25 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-01-12 18:07:53 -0800 |
commit | f2beb56c8b14326f35af887ef0d2ee6356946065 (patch) | |
tree | 59d1f409e106eb908f4baa640a21c4ee8b4c9291 /activesupport | |
parent | 1de47a0d56328768dfba0e5f86e1ff9491e62c20 (diff) | |
download | rails-f2beb56c8b14326f35af887ef0d2ee6356946065.tar.gz rails-f2beb56c8b14326f35af887ef0d2ee6356946065.tar.bz2 rails-f2beb56c8b14326f35af887ef0d2ee6356946065.zip |
fixing whitespace errors
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/deprecation/reporting.rb | 2 |
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: |