aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_tool.cc
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-09-21 16:19:20 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-09-21 16:19:20 -0700
commit84d55b30cc907ae31756310c909f5af0292e1d3d (patch)
tree1b53a73b917fe6e50b16f1ca425d53d6e757cce3 /test/cpp/util/grpc_tool.cc
parent1724ef07f307fbd6f82e17003733bd38d05e5337 (diff)
clang-format
Diffstat (limited to 'test/cpp/util/grpc_tool.cc')
-rw-r--r--test/cpp/util/grpc_tool.cc1
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) {