diff options
author | Ashley Ellis Pierce <[email protected]> | 2022-01-24 17:12:48 -0500 |
---|---|---|
committer | git <[email protected]> | 2022-04-06 08:54:57 +0900 |
commit | ec09b2dba15ce4f47c98cbd5daf1bdbc1852b5e5 () | |
tree | 075c00a8ddde6a417865cbb566a4cb9bd470d465 /lib | |
parent | 925d73b3eec1aa213173c24c3b784bbb7debe79e (diff) |
[rubygems/rubygems] Remove whitespace
https://.com/rubygems/rubygems/commit/08c2d88137
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -167,7 +167,6 @@ module Gem::GemcutterUtilities mfa_params = get_mfa_params(email, password) all_params = scope_params.merge(mfa_params) - response = rubygems_api_request(:post, "api/v1/api_key", sign_in_host, scope: scope) do |request| request.basic_auth email, password |