Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Oct 29, 2021
1 parent 39c0640 commit 36c9b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 36c9b85

Please sign in to comment.