diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-24 13:03:44 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-24 13:03:44 -0700 |
commit | ddf3a511aaf519f699c3cd0fdee4f5275ecf600a (patch) | |
tree | c0c6c4da9e919ba52019149e3e53835a19ccaa84 /test/cpp/interop | |
parent | 5cf7013c4b736c23ab0ad0d1337ff4b0e78d5748 (diff) |
Add clang-format to sanity
Diffstat (limited to 'test/cpp/interop')
-rw-r--r-- | test/cpp/interop/client_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/client_helper.h b/test/cpp/interop/client_helper.h index 92d5078f48..0221df93db 100644 --- a/test/cpp/interop/client_helper.h +++ b/test/cpp/interop/client_helper.h @@ -53,7 +53,7 @@ std::shared_ptr<Channel> CreateChannelForTestCase( class InteropClientContextInspector { public: InteropClientContextInspector(const ::grpc::ClientContext& context) - : context_(context) {} + : context_(context) {} // Inspector methods, able to peek inside ClientContext, follow. grpc_compression_algorithm GetCallCompressionAlgorithm() const { |