Skip to content

Commit 83a774d

Browse files
committed
buildifier
1 parent 155489f commit 83a774d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/bin/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("//python/private:interpreter.bzl", _interpreter_binary="interpreter_binary")
1+
load("//python/private:interpreter.bzl", _interpreter_binary = "interpreter_binary")
22

33
filegroup(
44
name = "distribution",

python/private/interpreter.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ interpreter_binary = rule(
6060
"binary": attr.label(
6161
mandatory = True,
6262
),
63+
"_bash_runfiles": attr.label(
64+
default = "@bazel_tools//tools/bash/runfiles",
65+
),
6366
"_template": attr.label(
6467
default = "//python/private:interpreter_tmpl.sh",
6568
allow_single_file = True,
6669
),
67-
"_bash_runfiles": attr.label(
68-
default = "@bazel_tools//tools/bash/runfiles",
69-
),
7070
},
7171
)

0 commit comments

Comments
 (0)