[rubygems/rubygems] Normalize end alignment style with Bundler

f7f504b24c
This commit is contained in:
David Rodríguez 2022-01-17 15:16:34 +01:00 committed by Hiroshi SHIBATA
parent a892e5599e
commit f04954d95c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
30 changed files with 291 additions and 291 deletions

View file

@ -135,10 +135,10 @@ class Gem::FakeFetcher
def download(spec, source_uri, install_dir = Gem.dir)
name = File.basename spec.cache_file
path = if Dir.pwd == install_dir # see fetch_command
install_dir
else
File.join install_dir, "cache"
end
install_dir
else
File.join install_dir, "cache"
end
path = File.join path, name