Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
Signed-off-by: vegetableysm <[email protected]>
  • Loading branch information
vegetableysm committed Jul 31, 2024
1 parent 0f6b5da commit d7ddab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/rdma/rdma_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Status RDMAServer::DeregisterMemory(RegisterMemInfo& memInfo) {
{
std::lock_guard<std::mutex> lock(mr_array_mutex_);
mr_array.erase(std::remove(mr_array.begin(), mr_array.end(), memInfo.mr),
mr_array.end());
mr_array.end());
}
VINEYARD_CHECK_OK(IRDMA::CloseResource(reinterpret_cast<fid_mr*>(memInfo.mr),
"memory region"));
Expand Down

0 comments on commit d7ddab1

Please sign in to comment.