Skip to content

Commit 7837ae9

Browse files
Formatting (#138)
Not sure how my prior PR passed CI without fixing the formatting
1 parent dff371e commit 7837ae9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

image/defs.bzl

+4-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ def image_stamp_tag(name, var, extra_tags = []):
5757
# `(?<=A)B` in regex is a positive lookbehind - finds expression B that's preceded with A
5858
cmd = (
5959
"cat bazel-out/stable-status.txt | grep -Po '(?<={}\\s).*' > $@ && echo {} >> $@".format(
60-
var,
61-
"\n".join(extra_tags),
62-
)),
60+
var,
61+
"\n".join(extra_tags),
62+
)
63+
),
6364
stamp = True,
6465
tags = ["manual"],
6566
)

0 commit comments

Comments
 (0)