* remove trailing spaces. [ci skip]

This commit is contained in:
git 2020-03-26 18:06:32 +09:00
parent 9e8d75e881
commit b0b6d0a688

View File

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