Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Oct 28, 2024
1 parent 9fa5fc3 commit 22b0172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/Glacier2/ClientBlobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Glacier2::ClientBlobject::ice_invokeAsync(
auto proxy = _routingTable->get(current.id);
if (!proxy)
{
// We use a special operation name to indicate to the client that the proxy for the Ice object has not been found
// in our routing table. This can happen if the proxy was evicted from the routing table.
// We use a special operation name to indicate to the client that the proxy for the Ice object has not been
// found in our routing table. This can happen if the proxy was evicted from the routing table.
throw ObjectNotExistException{__FILE__, __LINE__, current.id, current.facet, "ice_add_proxy"};
}

Expand Down

0 comments on commit 22b0172

Please sign in to comment.