Update load() statement to latest style

The first argument is currently implicitly a .bzl file.
Change this to be explicit.
pull/2692/head
cgrushko 8 years ago committed by GitHub
parent a60cc08d83
commit 65a4d20deb
  1. 2
      BUILD

@ -31,7 +31,7 @@ LINK_OPTS = select({
})
load(
"protobuf",
":protobuf.bzl",
"cc_proto_library",
"py_proto_library",
"internal_copied_filegroup",

Loading…
Cancel
Save