Skip to content

Commit

Permalink
Fix cpplint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
muthumala19 committed Jan 14, 2025
1 parent 8e8d078 commit 1ee92ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,8 @@ bool Utils::transferPartition(std::string sourceWorker, int sourceWorkerPort, st
}

void Utils::assignPartitionToWorker(int graphId, int partitionIndex, string hostname, int port) {

Check warning on line 1135 in src/util/Utils.cpp

View check run for this annotation

Codecov / codecov/patch

src/util/Utils.cpp#L1135

Added line #L1135 was not covered by tests
util_logger.debug("Assigning graph ID: " + std::to_string(graphId) + " partition: " + std::to_string(partitionIndex) + " to worker");
util_logger.debug("Assigning graph ID: " + std::to_string(graphId) + " partition: "
+ std::to_string(partitionIndex) + " to worker");

auto *sqlite = new SQLiteDBInterface();
sqlite->init();
Expand Down

0 comments on commit 1ee92ef

Please sign in to comment.