Commit 9913d0ce authored by Thomas Visser's avatar Thomas Visser Committed by Samuel E. Giddins

[Style] Processed feedback from @segiddins on https://github.com/CocoaPods/CocoaPods/pull/2595

parent 81f70b02
...@@ -151,7 +151,7 @@ module Pod ...@@ -151,7 +151,7 @@ module Pod
unless set.sources.empty? unless set.sources.empty?
unless set.specification_paths_for_version(set.required_version).length == 1 unless set.specification_paths_for_version(set.required_version).length == 1
UI.message("Found multiple specifications for #{dependency}:" \ UI.message("Found multiple specifications for #{dependency}: " \
"#{set.specification_paths_for_version(set.required_version).join(', ')}") "#{set.specification_paths_for_version(set.required_version).join(', ')}")
end end
end end
...@@ -220,7 +220,6 @@ module Pod ...@@ -220,7 +220,6 @@ module Pod
unless matching_sources.empty? unless matching_sources.empty?
return Specification::Set.new(dependency.root_name, matching_sources) return Specification::Set.new(dependency.root_name, matching_sources)
end end
nil
end end
# Ensures that a specification is compatible with the platform of a target. # Ensures that a specification is compatible with the platform of a target.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment