diff --git a/test/integration/BUILD.bazel b/test/integration/BUILD.bazel index 559f9c711c..c1275aab13 100644 --- a/test/integration/BUILD.bazel +++ b/test/integration/BUILD.bazel @@ -34,7 +34,6 @@ INTEGRATION_TEST_LIBRARIES = [ target = ":%s_java_gapic" % lib_name, ) for lib_name in INTEGRATION_TEST_LIBRARIES] - #################################################### # API Library Rules ####################################################