Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Feb 4, 2025
1 parent f84b383 commit 6382308
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/Ice/greeter/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ main(int argc, char* argv[])
promise.set_value();
},
[&promise](std::exception_ptr exceptionPtr) // exception callback
{
promise.set_exception(exceptionPtr);
});
{ promise.set_exception(exceptionPtr); });

// Wait for the response/exception callback to be called.
promise.get_future().get();
Expand Down

0 comments on commit 6382308

Please sign in to comment.