Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Aug 2, 2023
1 parent 2a32961 commit ddef070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/processor/operator/update/set.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
namespace kuzu {
namespace processor {

//class SetNodePropertyInfo {
//public:
// class SetNodePropertyInfo {
// public:
// SetNodePropertyInfo(storage::NodeTable* table, common::property_id_t propertyID,
// const DataPos& nodeIDPos, std::unique_ptr<evaluator::BaseExpressionEvaluator> evaluator)
// : table{table}, propertyID{propertyID}, nodeIDPos{nodeIDPos}, evaluator{
Expand Down

0 comments on commit ddef070

Please sign in to comment.