diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-16 11:48:53 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:50:55 +0900 |
commit | c480a0c46a5fc9479bf6e3aa5bd1d2177878fad1 (patch) | |
tree | b972db1241848fd66f64efb9de500962d0d7e5ad /lib/rubygems/query_utils.rb | |
parent | d9f92511adbad1d7841bac0999eec026d966e95e (diff) |
[rubygems/rubygems] util/rubocop -A --only Layout/LeadingCommentSpace
https://github.com/rubygems/rubygems/commit/4d680320e3
Diffstat (limited to 'lib/rubygems/query_utils.rb')
-rw-r--r-- | lib/rubygems/query_utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/query_utils.rb b/lib/rubygems/query_utils.rb index f4104a6be1..3dc080a649 100644 --- a/lib/rubygems/query_utils.rb +++ b/lib/rubygems/query_utils.rb @@ -119,7 +119,7 @@ module Gem::QueryUtils end end - #Guts of original execute + # Guts of original execute def show_gems(name) show_local_gems(name) if local? show_remote_gems(name) if remote? |