aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/fling/client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/fling/client.cc')
-rw-r--r--test/core/fling/client.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/fling/client.cc b/test/core/fling/client.cc
index 0141e7e748..05dc3052d1 100644
--- a/test/core/fling/client.cc
+++ b/test/core/fling/client.cc
@@ -195,7 +195,8 @@ int main(int argc, char** argv) {
channel = grpc_insecure_channel_create(target, nullptr, nullptr);
cq = grpc_completion_queue_create_for_next(nullptr);
- the_buffer = grpc_raw_byte_buffer_create(&slice, static_cast<size_t>(payload_size));
+ the_buffer =
+ grpc_raw_byte_buffer_create(&slice, static_cast<size_t>(payload_size));
histogram = grpc_histogram_create(0.01, 60e9);
sc.init();