Skip to content

Commit 89ea8a9

Browse files
committed
format
1 parent a221761 commit 89ea8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc/defs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ def swift_cc_test(name, type, **kwargs):
633633
kwargs["copts"] = local_includes + kwargs.get("copts", [])
634634
kwargs["data"] = kwargs.get("data", []) + _symbolizer_data()
635635
kwargs["env"] = _symbolizer_env(kwargs.get("env", {}))
636+
636637
# should we just always build test binaries statically?
637638
kwargs["linkstatic"] = _link_static(kwargs.get("linkstatic", True))
638639
kwargs["name"] = name

0 commit comments

Comments
 (0)