summaryrefslogtreecommitdiff
path: root/lib/uri/generic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri/generic.rb')
-rw-r--r--lib/uri/generic.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index 78e3fc05f7..a37649545a 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -1321,8 +1321,8 @@ module URI
self.query, self.fragment, parser)
if rel.userinfo != oth.userinfo ||
- rel.host.to_s.downcase != oth.host.to_s.downcase ||
- rel.port != oth.port
+ rel.host.to_s.downcase != oth.host.to_s.downcase ||
+ rel.port != oth.port
if self.userinfo.nil? && self.host.nil?
return self, self.dup