aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-08-30 20:52:32 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-08-30 20:52:32 -0700
commit5c9a3438c56152b33f320494bc16bdbb2acf4232 (patch)
tree394ad6afc16ee96d57aab1193c7dd9835cf65695 /include/grpc++/impl/codegen
parent84033b1f6b34edd464be22967f23de6d07bf4316 (diff)
clang-format
Diffstat (limited to 'include/grpc++/impl/codegen')
-rw-r--r--include/grpc++/impl/codegen/method_handler_impl.h2
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);