From 8c69caa495c7f74dcb29afeb34089a5457b5ba20 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 10 Jul 2024 23:06:20 +0000 Subject: [PATCH] * append newline at EOF. [ci skip] --- test/net/http/test_https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb index 2de92a5e0d..534ca2ceac 100644 --- a/test/net/http/test_https.rb +++ b/test/net/http/test_https.rb @@ -327,4 +327,4 @@ class TestNetHTTPSIdentityVerifyFailure < Test::Unit::TestCase re_msg = /certificate verify failed|hostname \"#{HOST_IP}\" does not match/ assert_match(re_msg, ex.message) end -end if defined?(OpenSSL::SSL) \ No newline at end of file +end if defined?(OpenSSL::SSL)