From e50d43a2017bea8088ecf7aab7fa632f9b80f77f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 9 Feb 2011 13:47:32 -0800 Subject: fixing indentation --- activesupport/lib/active_support/gzip.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/gzip.rb b/activesupport/lib/active_support/gzip.rb index fddbfb0ab7..62f9c9aa2e 100644 --- a/activesupport/lib/active_support/gzip.rb +++ b/activesupport/lib/active_support/gzip.rb @@ -6,9 +6,9 @@ module ActiveSupport module Gzip class Stream < StringIO def initialize(*) - super - set_encoding "BINARY" if "".encoding_aware? - end + super + set_encoding "BINARY" if "".encoding_aware? + end def close; rewind; end end @@ -26,4 +26,4 @@ module ActiveSupport output.string end end -end \ No newline at end of file +end -- cgit v1.2.3