Function shouldn't have semicolon afterward

pull/13271/head
Vijay Pai 7 years ago
parent e5bca395f9
commit 35e14cfc6c
  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