Skip to content

Commit

Permalink
cpplint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmy Mu committed Mar 9, 2021
1 parent 1493502 commit a65a1b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data_placement_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ Status AddRoundRobinSchema(size_t index, std::vector<u64> &node_state,
if (!found_target) {
result = DPE_RR_FIND_TGT_FAILED;
LOG(ERROR) << result.Msg();
}
else if (IsNullTargetId(dst)) {
} else if (IsNullTargetId(dst)) {
result = DPE_GET_INVALID_TGT;
LOG(ERROR) << result.Msg();
}
Expand Down

0 comments on commit a65a1b6

Please sign in to comment.