[ruby/openssl] Remove trailing space in test_ssl.rb
https://github.com/ruby/openssl/commit/911a31335f
This commit is contained in:
parent
9d75d9f07c
commit
e0949c3f7c
@ -125,7 +125,7 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase
|
|||||||
ensure
|
ensure
|
||||||
ssl.close
|
ssl.close
|
||||||
end
|
end
|
||||||
|
|
||||||
start_server(server_proc: server_proc) do |port|
|
start_server(server_proc: server_proc) do |port|
|
||||||
ctx = OpenSSL::SSL::SSLContext.new
|
ctx = OpenSSL::SSL::SSLContext.new
|
||||||
ssl = OpenSSL::SSL::SSLSocket.open("127.0.0.1", port, context: ctx)
|
ssl = OpenSSL::SSL::SSLSocket.open("127.0.0.1", port, context: ctx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user