Format .bzl files with Bazel Buildifier

Change-Id: I3ab30565e5ac110a18cbe3d34f76307801c30373
This commit is contained in:
David Pursehouse
2016-12-11 19:00:10 +09:00
parent a052e52971
commit 2d08500516
18 changed files with 510 additions and 491 deletions

View File

@@ -1,3 +1,5 @@
GUAVA_VERSION = '20.0'
GUAVA_BIN_SHA1 = '89507701249388e1ed5ddcf8c41f4ce1be7831ef'
GUAVA_DOC_URL = 'https://google.github.io/guava/releases/' + GUAVA_VERSION + '/api/docs/'
GUAVA_VERSION = "20.0"
GUAVA_BIN_SHA1 = "89507701249388e1ed5ddcf8c41f4ce1be7831ef"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"