Run buildifier on bazel/ (#913)

This commit is contained in:
Kevin Lubick
2021-10-19 15:56:55 -04:00
committed by GitHub
parent 773e4f955d
commit f8615b4782
9 changed files with 33 additions and 30 deletions

View File

@@ -50,7 +50,7 @@ get_sha () {
revisions_item () {
hash=$(get_hash $1)
echo \
"\ \"$1\": struct(\n" \
"\ \"$1\": struct(\n" \
"\ hash = \"$(get_hash ${hash})\",\n" \
"\ sha_linux = \"$(get_sha linux ${hash})\",\n" \
"\ sha_mac = \"$(get_sha mac ${hash})\",\n" \