Skip to content

Commit

Permalink
Merge pull request #750 from ruby/pz-trailing-space
Browse files Browse the repository at this point in the history
Remove trailing space in test_ssl.rb
  • Loading branch information
peterzhu2118 committed Apr 30, 2024
2 parents e8ed759 + 911a313 commit 5a52368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/openssl/test_ssl.rb
Expand Up @@ -125,7 +125,7 @@ def test_socket_close_write
ensure
ssl.close
end

start_server(server_proc: server_proc) do |port|
ctx = OpenSSL::SSL::SSLContext.new
ssl = OpenSSL::SSL::SSLSocket.open("127.0.0.1", port, context: ctx)
Expand Down

0 comments on commit 5a52368

Please sign in to comment.