Skip to content

Commit

Permalink
style reformatting in URI#eql?
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoffey committed Mar 15, 2011
1 parent 33cf738 commit bf6c3cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/uri/generic.rb
Expand Up @@ -1058,8 +1058,7 @@ def hash
end

def eql?(oth)
oth.is_a?(URI)&&
self.component_ary.eql?(oth.component_ary)
oth.is_a?(URI) && self.component_ary.eql?(oth.component_ary)
end

=begin
Expand Down

0 comments on commit bf6c3cf

Please sign in to comment.