Fixing a buildifier warning, helping with future imports. (#26036)

reviewable/pr25948/r1
donnadionne 4 years ago committed by GitHub
parent feff79abc7
commit 5bce484c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/cpp/end2end/BUILD

@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
licenses(["notice"])
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
licenses(["notice"])
grpc_package(
name = "test/cpp/end2end",
visibility = "public",

Loading…
Cancel
Save