aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/client_unary_call.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/impl/client_unary_call.h')
-rw-r--r--include/grpc++/impl/client_unary_call.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grpc++/impl/client_unary_call.h b/include/grpc++/impl/client_unary_call.h
index 091430b884..22a8a04c82 100644
--- a/include/grpc++/impl/client_unary_call.h
+++ b/include/grpc++/impl/client_unary_call.h
@@ -61,7 +61,6 @@ Status BlockingUnaryCall(ChannelInterface *channel, const RpcMethod &method,
const google::protobuf::Message &request,
google::protobuf::Message *result);
-} // namespace grpc
+} // namespace grpc
#endif
-