aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-02-09 13:47:32 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-02-09 13:47:32 -0800
commite50d43a2017bea8088ecf7aab7fa632f9b80f77f (patch)
treef7efae2de316941196b7633b84eb56e976bb6292 /activesupport/lib
parent3d0579fc03fe4adc97c770f148e035ee75745648 (diff)
downloadrails-e50d43a2017bea8088ecf7aab7fa632f9b80f77f.tar.gz
rails-e50d43a2017bea8088ecf7aab7fa632f9b80f77f.tar.bz2
rails-e50d43a2017bea8088ecf7aab7fa632f9b80f77f.zip
fixing indentation
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/gzip.rb8
1 files changed, 4 insertions, 4 deletions
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