summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2018-08-30 15:27:20 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2018-08-30 15:27:20 +0900
commit487571e604d726be7cf5eb00123a1764f44d16c9 (patch)
tree03f7bf96e21dae4b1334de9550433e07a3a65a11 /tools
parentee56e5fc042a903b03773608ede62731452420ca (diff)
downloadjgit-487571e604d726be7cf5eb00123a1764f44d16c9.tar.gz
jgit-487571e604d726be7cf5eb00123a1764f44d16c9.zip
Bazel: Format all build files with buildifier 0.15.0
Change-Id: I8343b723da6e40d5ae7fc45c84f64c31276bd5dc Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/bazlets.bzl27
1 files changed, 13 insertions, 14 deletions
diff --git a/tools/bazlets.bzl b/tools/bazlets.bzl
index e14e488492..f97b72c828 100644
--- a/tools/bazlets.bzl
+++ b/tools/bazlets.bzl
@@ -1,17 +1,16 @@
NAME = "com_googlesource_gerrit_bazlets"
def load_bazlets(
- commit,
- local_path = None
- ):
- if not local_path:
- native.git_repository(
- name = NAME,
- remote = "https://gerrit.googlesource.com/bazlets",
- commit = commit,
- )
- else:
- native.local_repository(
- name = NAME,
- path = local_path,
- )
+ commit,
+ local_path = None):
+ if not local_path:
+ native.git_repository(
+ name = NAME,
+ remote = "https://gerrit.googlesource.com/bazlets",
+ commit = commit,
+ )
+ else:
+ native.local_repository(
+ name = NAME,
+ path = local_path,
+ )