summaryrefslogtreecommitdiffstats
path: root/lib/openssl/buffering.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/openssl/buffering.rb')
-rw-r--r--lib/openssl/buffering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index a5f4241b..32e04b48 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -31,7 +31,7 @@ module OpenSSL::Buffering
force_encoding(BINARY)
end
-
+
def << string
if string.encoding == BINARY
super(string)