use gazel to autofix formatting

This commit is contained in:
Jeff Grafton 2017-01-03 14:34:03 -08:00
parent ab0c903c7f
commit a53c5f2a4f
2 changed files with 5 additions and 3 deletions

View File

@ -5,8 +5,11 @@ exports_files(glob(["*.txt"]))
py_test( py_test(
name = "boilerplate_test", name = "boilerplate_test",
srcs = [ srcs = [
"boilerplate_test.py",
"boilerplate.py", "boilerplate.py",
"boilerplate_test.py",
], ],
data = glob(["*.txt", "test/*"]), data = glob([
"*.txt",
"test/*",
]),
) )

View File

@ -5,7 +5,6 @@ licenses(["notice"])
load( load(
"@io_bazel_rules_go//go:def.bzl", "@io_bazel_rules_go//go:def.bzl",
"go_library", "go_library",
"go_test",
) )
go_library( go_library(