Fix line ending with comma instead of semicolon

Reviewers: buda, teon.banek

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1473
This commit is contained in:
Matej Ferencevic 2018-07-04 23:12:43 +02:00
parent d9f25cc668
commit 50c169aeaa

View File

@ -396,7 +396,7 @@ EdgeAccessor GraphDbAccessor::InsertEdge(
if (from.is_local()) {
auto edge_accessor = InsertOnlyEdge(from.address(), to.address(), edge_type,
requested_gid, cypher_id);
edge_address = edge_accessor.address(),
edge_address = edge_accessor.address();
from.SwitchNew();
from_updated = &from.update();