Skip to content

Commit a26e600

Browse files
noburhenium
authored andcommitted
Remove trailing spaces [ci skip]
[ This is a backport to the 2.2 branch. ] (cherry picked from commit 942bb13)
1 parent 0bea59d commit a26e600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/openssl/buffering.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def initialize
3131

3232
force_encoding(BINARY)
3333
end
34-
34+
3535
def << string
3636
if string.encoding == BINARY
3737
super(string)

lib/openssl/ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ module SocketForwarder
236236
def fileno
237237
to_io.fileno
238238
end
239-
239+
240240
def addr
241241
to_io.addr
242242
end

0 commit comments

Comments
 (0)