Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Aug 31, 2016
1 parent 84033b1 commit 5c9a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/grpc++/impl/codegen/method_handler_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5c9a343

Please sign in to comment.