From f24a86d83f07f214e97aa98da190cda55092805f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 17 Mar 2023 18:36:42 +0900 Subject: util/rubocop -A --only Layout/EmptyLineAfterMagicComment --- lib/rubygems/request/http_pool.rb | 1 + lib/rubygems/request/https_pool.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/rubygems/request') diff --git a/lib/rubygems/request/http_pool.rb b/lib/rubygems/request/http_pool.rb index 7b309eedd3..52543de41f 100644 --- a/lib/rubygems/request/http_pool.rb +++ b/lib/rubygems/request/http_pool.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + ## # A connection "pool" that only manages one connection for now. Provides # thread safe `checkout` and `checkin` methods. The pool consists of one diff --git a/lib/rubygems/request/https_pool.rb b/lib/rubygems/request/https_pool.rb index 50f42d9e0d..cb1d4b59b6 100644 --- a/lib/rubygems/request/https_pool.rb +++ b/lib/rubygems/request/https_pool.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + class Gem::Request::HTTPSPool < Gem::Request::HTTPPool # :nodoc: private -- cgit v1.2.3