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(
name = "boilerplate_test",
srcs = [
"boilerplate_test.py",
"boilerplate.py",
"boilerplate_test.py",
],
data = glob(["*.txt", "test/*"]),
data = glob([
"*.txt",
"test/*",
]),
)