Skip to content

Commit 707ba7d

Browse files
committed
buildifier
1 parent a04fabd commit 707ba7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/private/pypi/whl_library.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def _get_xcode_location_cflags(rctx):
6666
],
6767
environment = {
6868
"DEVELOPER_DIR": xcode_root,
69-
}).stdout
69+
},
70+
).stdout
7071
xcode_sdks = json.decode(xcode_sdks_json)
7172
potential_sdks = [
7273
sdk

0 commit comments

Comments
 (0)