1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Add a blank line after private to be consistent with the current style

https://github.com/rubygems/rubygems/commit/df7c0e4223
This commit is contained in:
bronzdoc 2019-06-04 19:51:08 -06:00 committed by Hiroshi SHIBATA
parent 673ef894ac
commit 89bd1df895
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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