diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index c989b6141f90ab9afc060ef807210d2f3b7baa58..3a968a020a2a7f3f844031a584b49ee2cf07a621 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -96,10 +96,10 @@ grpc_cc_test(
 grpc_cc_test(
     name = "bm_fullstack_trickle",
     srcs = ["bm_fullstack_trickle.cc"],
-    deps = [":helpers"]
+    deps = [":helpers"],
     external_deps = [
         "gflags",
-    ]
+    ],
 )
 
 grpc_cc_test(