Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
AviAvni committed Feb 25, 2024
1 parent 7cb2ddf commit abdd3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/RediSearch
4 changes: 2 additions & 2 deletions src/undo_log/undo_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ void UndoLog_DeleteNode
(
UndoLog log, // undo log
Node *node, // node deleted
LabelID *labels, // labels attached to deleted entity
uint label_count // number of labels attached to deleted entity
LabelID *labels, // labels attached to deleted entity
uint label_count // number of labels attached to deleted entity
);

// undo edge deletion
Expand Down

0 comments on commit abdd3a8

Please sign in to comment.