From 439a980ebd87ebc0ecf871fcbbd6b52b3069c020 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Fri, 30 Jul 2021 12:33:04 +0100 Subject: [PATCH] api: Revert #17536 as proto_format expects the header to be there Signed-off-by: Ryan Northey --- api/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/BUILD b/api/BUILD index 3e990fa9783a5..a70eae799d797 100644 --- a/api/BUILD +++ b/api/BUILD @@ -1,3 +1,5 @@ +# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py. + load("@rules_proto//proto:defs.bzl", "proto_library") licenses(["notice"]) # Apache 2