Skip to content

Commit 942bb13

Browse files
nobuhsbt
authored andcommitted
Remove trailing spaces [ci skip]
1 parent a0e98d4 commit 942bb13

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
@@ -238,7 +238,7 @@ module SocketForwarder
238238
def fileno
239239
to_io.fileno
240240
end
241-
241+
242242
def addr
243243
to_io.addr
244244
end

0 commit comments

Comments
 (0)