mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixing indentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user