summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2019-06-04 19:51:08 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-31 07:47:00 +0800
commit89bd1df895265a3756928b0ab863f01ecb3abd71 (patch)
tree05741946e9e9c554f58efa30b28fd14011ee886b /lib/rubygems
parent673ef894ac7318a7e078ed43629a6473cfa36067 (diff)
[rubygems/rubygems] Add a blank line after private to be consistent with the current style
https://github.com/rubygems/rubygems/commit/df7c0e4223
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/config_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rubygems/config_file.rb b/lib/rubygems/config_file.rb
index 1fdb437fbb..26e80afe24 100644
--- a/lib/rubygems/config_file.rb
+++ b/lib/rubygems/config_file.rb
@@ -472,6 +472,7 @@ if you believe they were disclosed to a third party.
protected :hash
private
+
def set_config_file_name(args)
@config_file_name = ENV["GEMRC"]
need_config_file_name = false