aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/test
diff options
context:
space:
mode:
authorGravatar Mahak Mukhi <mmukhi@google.com>2017-04-13 14:45:26 -0700
committerGravatar Mahak Mukhi <mmukhi@google.com>2017-04-13 14:45:26 -0700
commit2814b5148e9f902ef2893da34cc7a81106668e9a (patch)
tree12e4d598d5ca19c6ac2fea21e3daaaeddb0d70ce /include/grpc++/test
parent13d85d499a1f7a3a48066511dd9db856f7671e2d (diff)
formatting
Diffstat (limited to 'include/grpc++/test')
-rw-r--r--include/grpc++/test/mock_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/test/mock_stream.h b/include/grpc++/test/mock_stream.h
index 1b1a735185..e1dbd5ae3f 100644
--- a/include/grpc++/test/mock_stream.h
+++ b/include/grpc++/test/mock_stream.h
@@ -3,11 +3,11 @@
#include <stdint.h>
+#include <gmock/gmock.h>
#include <grpc++/impl/codegen/call.h>
#include <grpc++/support/async_stream.h>
#include <grpc++/support/async_unary_call.h>
#include <grpc++/support/sync_stream.h>
-#include <gmock/gmock.h>
namespace grpc {
namespace testing {