Format the with buildifier.
This commit is contained in:
parent
87e4c93a41
commit
a95326eb78
2
BUILD
2
BUILD
|
@ -11,11 +11,11 @@ exports_files([
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "test_deps",
|
name = "test_deps",
|
||||||
|
testonly = True,
|
||||||
srcs = [
|
srcs = [
|
||||||
"BUILD",
|
"BUILD",
|
||||||
"//lib:test_deps",
|
"//lib:test_deps",
|
||||||
] + glob(["*.bzl"]),
|
] + glob(["*.bzl"]),
|
||||||
testonly = True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
skylark_library(
|
skylark_library(
|
||||||
|
|
|
@ -6,8 +6,8 @@ load("//:skylark_library.bzl", "skylark_library")
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "test_deps",
|
name = "test_deps",
|
||||||
srcs = ["BUILD"] + glob(["*.bzl"]),
|
|
||||||
testonly = True,
|
testonly = True,
|
||||||
|
srcs = ["BUILD"] + glob(["*.bzl"]),
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue