Skip to content

Commit

Permalink
Fix conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Feb 26, 2015
1 parent 8d0f69c commit 32a873d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/neo4j-server/cypher_session.rb
Expand Up @@ -228,10 +228,6 @@ def search_result_to_enumerable_first_column(response)
yielder << CypherNode.new(self, data[0]).wrapper
end
end
else
enumerator_for_search_result_first_column(response) do |yielder, data|
yielder << CypherNode.new(self, data[0]).wrapper
end
end
end

Expand Down

0 comments on commit 32a873d

Please sign in to comment.