aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/query_utils.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-16 11:48:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:50:55 +0900
commitc480a0c46a5fc9479bf6e3aa5bd1d2177878fad1 (patch)
treeb972db1241848fd66f64efb9de500962d0d7e5ad /lib/rubygems/query_utils.rb
parentd9f92511adbad1d7841bac0999eec026d966e95e (diff)
downloadruby-c480a0c46a5fc9479bf6e3aa5bd1d2177878fad1.tar.gz
[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.rb2
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?