Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ncbd committed Aug 15, 2024
1 parent 94554fa commit d7a5d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procedures/algo_cpp/louvain_procedure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ extern "C" bool Process(GraphDB& db, const std::string& request, std::string& re
communityNode["label"] = vit_label;
communityNode["primary_field"] = primary_field;
communityNode["field_data"] = field_data.ToString();

cur["cur"] = curNode;
cur["community"] = communityNode;
arr.push_back(cur);
Expand Down

0 comments on commit d7a5d17

Please sign in to comment.