aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'util/python/BUILD')
-rw-r--r--util/python/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/python/BUILD b/util/python/BUILD
index af05de2004..29688b875d 100644
--- a/util/python/BUILD
+++ b/util/python/BUILD
@@ -15,7 +15,7 @@ genrule(
name = "python_check",
srcs = [
"python_config.sh",
- "configure_files"
+ "configure_files",
],
outs = [
"python_checked",
@@ -27,6 +27,6 @@ genrule(
filegroup(
name = "configure_files",
data = glob([
- "*",
- ])
+ "*",
+ ]),
)