Commit a70951a8 authored by arida's avatar arida Committed by Ben Asher

Change code conventions

parent a3419f39
......@@ -485,14 +485,14 @@ module Pod
edge_is_valid_for_target?(edge, target)
end.map(&:destination)
dependency_nodes + dependency_nodes.flat_map { |n|
dependency_nodes + dependency_nodes.flat_map do |node|
node_result = valid_dependencies_for_target_from_node(target, cached_dependencys, n)
node_result = valid_dependencies_for_target_from_node(target, cached_dependencys, node)
cached_dependencys[node.name] = node_result
node_result
}
end
end
# Whether the given `edge` should be followed to find dependencies for the
......
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