Format the with buildifier.

This commit is contained in:
Thomas Van Lenten 2018-02-20 16:09:20 -05:00
parent 87e4c93a41
commit a95326eb78
2 changed files with 2 additions and 2 deletions

2
BUILD
View File

@ -11,11 +11,11 @@ exports_files([
filegroup(
name = "test_deps",
testonly = True,
srcs = [
"BUILD",
"//lib:test_deps",
] + glob(["*.bzl"]),
testonly = True,
)
skylark_library(

View File

@ -6,8 +6,8 @@ load("//:skylark_library.bzl", "skylark_library")
filegroup(
name = "test_deps",
srcs = ["BUILD"] + glob(["*.bzl"]),
testonly = True,
srcs = ["BUILD"] + glob(["*.bzl"]),
visibility = ["//visibility:public"],
)