[rubygems/rubygems] fix missing identation

https://github.com/rubygems/rubygems/commit/2cca6714f3
This commit is contained in:
Colby Swandale 2020-07-28 22:21:48 +10:00 committed by Hiroshi SHIBATA
parent 561576367b
commit 65a4b03781
Notes: git 2020-07-31 21:08:22 +09:00

View File

@ -126,7 +126,7 @@ lib/rubygems/defaults/operating_system.rb
out << " - RUBYGEMS PLATFORMS:\n"
Gem.platforms.each do |platform|
out << " - #{platform}\n"
out << " - #{platform}\n"
end
out << " - GEM PATHS:\n"