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:
parent
673ef894ac
commit
89bd1df895
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue