diff options
author | Vijay Pai <vpai@google.com> | 2016-08-30 20:52:32 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-08-30 20:52:32 -0700 |
commit | 5c9a3438c56152b33f320494bc16bdbb2acf4232 (patch) | |
tree | 394ad6afc16ee96d57aab1193c7dd9835cf65695 /include/grpc++ | |
parent | 84033b1f6b34edd464be22967f23de6d07bf4316 (diff) |
clang-format
Diffstat (limited to 'include/grpc++')
-rw-r--r-- | include/grpc++/impl/codegen/method_handler_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/method_handler_impl.h b/include/grpc++/impl/codegen/method_handler_impl.h index 3f25b546da..d989263252 100644 --- a/include/grpc++/impl/codegen/method_handler_impl.h +++ b/include/grpc++/impl/codegen/method_handler_impl.h @@ -195,7 +195,7 @@ class TemplatedBidiStreamingHandler : public MethodHandler { // If we needed a write but never did one, we need to mark the // status as a fail status = Status(StatusCode::INTERNAL, - "Service did not provide response message"); + "Service did not provide response message"); } } ops.ServerSendStatus(param.server_context->trailing_metadata_, status); |