From e86fd6b854483cc829b142e01013deae6cf8fc37 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Tue, 19 Jan 2021 08:40:36 -0800 Subject: [PATCH] Remove BUILD file comment causing problems on import. --- src/proto/grpc/auth/v1/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto/grpc/auth/v1/BUILD b/src/proto/grpc/auth/v1/BUILD index d6f94ec5d1f..0e487b22ab7 100644 --- a/src/proto/grpc/auth/v1/BUILD +++ b/src/proto/grpc/auth/v1/BUILD @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -licenses(["notice"]) # Apache v2 +licenses(["notice"]) load("@rules_proto//proto:defs.bzl", "proto_library")