Merge pull request #13271 from vjpai/semi

Function shouldn't have semicolon afterward
pull/11888/head^2
Vijay Pai 7 years ago committed by GitHub
commit 0f2cfdcc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/grpc++/impl/codegen/client_unary_call.h

@ -41,7 +41,7 @@ Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method,
return BlockingUnaryCallImpl<InputMessage, OutputMessage>(
channel, method, context, request, result)
.status();
};
}
template <class InputMessage, class OutputMessage>
class BlockingUnaryCallImpl {

Loading…
Cancel
Save