Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
style fixes for BUILD files (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-parsons authored Aug 24, 2018
1 parent 6905871 commit d34c44c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions skylark/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skylark_library(
name = "skylark",
srcs = ["skylark.bzl"],
deps = [
"@bazel_skylib//:skylark_library"
"@bazel_skylib//:skylark_library",
],
)

Expand All @@ -32,8 +32,8 @@ skylark_doc(

stardoc(
name = "stardoc_doc",
out = "stardoc_doc.md",
input = ":stardoc.bzl",
deps = [":stardoc_lib"],
symbol_names = ["stardoc"],
out = "stardoc_doc.md",
deps = [":stardoc_lib"],
)
2 changes: 1 addition & 1 deletion test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sh_test(
srcs = ["diff_test_runner.sh"],
args = [
"$(location //skylark:stardoc_doc.md)",
"$(location :self_doc_golden.md)"
"$(location :self_doc_golden.md)",
],
data = [
"self_doc_golden.md",
Expand Down

0 comments on commit d34c44c

Please sign in to comment.