Skip to content

Commit

Permalink
Fix style-check error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakeerthan committed Dec 25, 2023
1 parent cc46a3f commit 2f33dea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/JasmineGraphInstanceService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,6 @@ map<long, double> calculateLocalPageRank(string graphID, double alpha, string pa
int parCount = std::stoi(partitionCount);

for (int partitionID = 0; partitionID < parCount; ++partitionID) {

std::string iddFilePath = aggregatorFilePath + "/" + graphID + "_idd_" + std::to_string(partitionID);
std::ifstream dataFile;
dataFile.open(iddFilePath);
Expand Down

0 comments on commit 2f33dea

Please sign in to comment.