summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2020-07-28 22:21:48 +1000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-31 21:07:19 +0900
commit65a4b03781764cccf7153847b996ebd1db65335f (patch)
treeaced72595001a5ab510b70e818bd05f5abf7608e /lib/rubygems
parent561576367beeb1237a3821db1b0ab9ef66e9fb56 (diff)
[rubygems/rubygems] fix missing identation
https://github.com/rubygems/rubygems/commit/2cca6714f3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3379
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/commands/environment_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/environment_command.rb b/lib/rubygems/commands/environment_command.rb
index 3aff503a47..37429fb836 100644
--- a/lib/rubygems/commands/environment_command.rb
+++ b/lib/rubygems/commands/environment_command.rb
@@ -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"