Skip to content

Commit

Permalink
[Dependency] Stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Apr 5, 2013
1 parent c9fd680 commit eb67003
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/cocoapods-core/dependency.rb
Expand Up @@ -179,9 +179,10 @@ def compatible?(other)
#
def ==(other)
Dependency === other &&
self.name == other.name &&
self.requirement == other.requirement &&
head? == other.head? && @external_source == other.external_source
name == other.name &&
requirement == other.requirement &&
head? == other.head? &&
external_source == other.external_source
end
alias :eql? :==

Expand Down

0 comments on commit eb67003

Please sign in to comment.