summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2020-03-26 18:06:32 +0900
committergit <svn-admin@ruby-lang.org>2020-03-26 18:06:32 +0900
commitb0b6d0a68854c637b9be63f3af178eb4eb285fc1 (patch)
tree9f17b96b84afc6fe4f915970f37619165a408700 /lib
parent9e8d75e8819972377dc1457fc0d0e489bb9c533b (diff)
* remove trailing spaces. [ci skip]
Diffstat (limited to 'lib')
-rw-r--r--lib/uri/common.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/common.rb b/lib/uri/common.rb
index a8c016bb30..67a4cbafab 100644
--- a/lib/uri/common.rb
+++ b/lib/uri/common.rb
@@ -147,7 +147,7 @@ module URI
#
# Construct a URI instance, using the scheme to detect the appropriate class
# from +URI.scheme_list+.
- #
+ #
def self.for(scheme, *arguments, default: Generic)
if scheme
uri_class = @@schemes[scheme.upcase] || default