diff options
author | Yuchen Zeng <zyc@google.com> | 2016-09-21 16:19:20 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-09-21 16:19:20 -0700 |
commit | 84d55b30cc907ae31756310c909f5af0292e1d3d (patch) | |
tree | 1b53a73b917fe6e50b16f1ca425d53d6e757cce3 /test/cpp/util | |
parent | 1724ef07f307fbd6f82e17003733bd38d05e5337 (diff) |
clang-format
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/grpc_tool.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/util/grpc_tool.cc b/test/cpp/util/grpc_tool.cc index b84a8d6b43..8fb325cf76 100644 --- a/test/cpp/util/grpc_tool.cc +++ b/test/cpp/util/grpc_tool.cc @@ -390,7 +390,6 @@ bool GrpcTool::PrintType(int argc, const char** argv, return callback(output); } - bool GrpcTool::CallMethod(int argc, const char** argv, const CliCredentials& cred, GrpcToolOutputCallback callback) { |