Skip to content

Commit

Permalink
Address rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Feb 26, 2015
1 parent 32a873d commit 969a500
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/neo4j-server/cypher_session.rb
Expand Up @@ -193,8 +193,7 @@ def _retry_or_raise(q, params, single_row, retry_count, response)
end

def _query_entity_data(q, id = nil, params = nil)
response = _query_response(q, params)
response.entity_data(id)
_query_response(q, params).entity_data(id)
end

def _query_response(q, params = nil)
Expand Down

0 comments on commit 969a500

Please sign in to comment.