gydong commented on a change in pull request #1279:
URL: https://github.com/apache/incubator-brpc/pull/1279#discussion_r513131903
##########
File path: example/echo_c++/client.cpp
##########
@@ -76,10 +76,10 @@ int main(int argc, char* argv[]) {
stub.Echo(&cntl, &request, &response, NULL);
if (!cntl.Failed()) {
LOG(INFO) << "Received response from " << cntl.remote_side()
- << " to " << cntl.local_side()
Review comment:
I mean it seems here the coding style was the same with other files. Why
not just keeping what it was
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]