Skip to content

Commit bc9c490

Browse files
author
Jonathan Hseu
committed
indent
1 parent 698e0e6 commit bc9c490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/ci_build/install/install_buildifier.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -e
1818
BUILDIFIER_DIR="buildifier"
1919
mkdir ${BUILDIFIER_DIR}
2020
curl -Ls https://github.com/bazelbuild/buildifier/archive/0.4.3.tar.gz | \
21-
tar -C "${BUILDIFIER_DIR}" --strip-components=1 -xz
21+
tar -C "${BUILDIFIER_DIR}" --strip-components=1 -xz
2222
pushd ${BUILDIFIER_DIR}
2323

2424
bazel build buildifier:buildifier --spawn_strategy=standalone --genrule_strategy=standalone

0 commit comments

Comments
 (0)