clang-format

pull/7018/head
Vijay Pai 9 years ago
parent 84033b1f6b
commit 5c9a3438c5
  1. 2
      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);

Loading…
Cancel
Save