aboutsummaryrefslogtreecommitdiffhomepage
path: root/util
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-07-25 13:48:16 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-25 15:02:34 -0700
commit21716d8f6e175cd6e8cd97a84e48497574268b0c (patch)
tree3345202e7a812cc9572beb24fc01732696a4140d /util
parented281973d66d0030e58a77a05821bbb88627f5bd (diff)
Merge changes from github.
Change: 128401884
Diffstat (limited to 'util')
-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([
- "*",
- ])
+ "*",
+ ]),
)