aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling/server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/fling/server.cc')
-rw-r--r--test/core/fling/server.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/fling/server.cc b/test/core/fling/server.cc
index cad4a8fd8c..cf7e2465d9 100644
--- a/test/core/fling/server.cc
+++ b/test/core/fling/server.cc
@@ -112,7 +112,8 @@ static void handle_unary_method(void) {
op->data.recv_close_on_server.cancelled = &was_cancelled;
op++;
- error = grpc_call_start_batch(call, unary_ops, static_cast<size_t>(op - unary_ops),
+ error = grpc_call_start_batch(call, unary_ops,
+ static_cast<size_t>(op - unary_ops),
tag(FLING_SERVER_BATCH_OPS_FOR_UNARY), nullptr);
GPR_ASSERT(GRPC_CALL_OK == error);
}