diff options
author | 2018-10-26 16:11:48 -0700 | |
---|---|---|
committer | 2018-10-26 16:11:48 -0700 | |
commit | 1ea195b6f327136a86d80dd84c4bd85273894357 (patch) | |
tree | b8889fb10c2417e69c1b8ad9cb2866750857b04b /test/cpp/end2end | |
parent | 6a5f39db3cac4fd21b42eb5c4b4a63b80f4c88ca (diff) |
Reviewer comments except for void * fixed
Diffstat (limited to 'test/cpp/end2end')
-rw-r--r-- | test/cpp/end2end/interceptors_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/interceptors_util.h b/test/cpp/end2end/interceptors_util.h index c44a025f82..a481ccc517 100644 --- a/test/cpp/end2end/interceptors_util.h +++ b/test/cpp/end2end/interceptors_util.h @@ -306,4 +306,4 @@ class Verifier { }; } // namespace testing -} // namespace grpc
\ No newline at end of file +} // namespace grpc |