From f2beb56c8b14326f35af887ef0d2ee6356946065 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 12 Jan 2011 15:53:25 -0800 Subject: [PATCH] fixing whitespace errors --- activesupport/lib/active_support/deprecation/reporting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ActiveSupport::Deprecation.behavior # # Example: