fixing indentation

This commit is contained in:
Aaron Patterson
2011-02-09 13:47:32 -08:00
parent 3d0579fc03
commit e50d43a201

View File

@@ -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
end