Skip to content

Commit 911a313

Browse files
committed
Remove trailing space in test_ssl.rb
1 parent e8ed759 commit 911a313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openssl/test_ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_socket_close_write
125125
ensure
126126
ssl.close
127127
end
128-
128+
129129
start_server(server_proc: server_proc) do |port|
130130
ctx = OpenSSL::SSL::SSLContext.new
131131
ssl = OpenSSL::SSL::SSLSocket.open("127.0.0.1", port, context: ctx)

0 commit comments

Comments
 (0)