From 36c9b85a4900e1e70a398843f6cd9d5b7063fcc5 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Fri, 29 Oct 2021 10:49:38 -0700 Subject: [PATCH] Format --- doc/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILD.bazel b/doc/BUILD.bazel index ab2ea2ea32..a419424b77 100644 --- a/doc/BUILD.bazel +++ b/doc/BUILD.bazel @@ -30,8 +30,8 @@ _DOC_SRCS = [ out = file + ".md", header_template = ":header.vm", input = "//apple:%s.bzl" % file, + tags = ["no-sandbox"], # https://github.com/bazelbuild/stardoc/issues/112 deps = ["//apple:" + file], - tags = ["no-sandbox"], # https://github.com/bazelbuild/stardoc/issues/112 ) for file in _DOC_SRCS ]