Skip to content

Commit c2ed9ae

Browse files
committed
buildifier
1 parent 3cd8e4d commit c2ed9ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/uv/uv/uv_tests.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ def _test_toolchain_precedence(name):
560560
def _test_toolchain_precedence_impl(env, target):
561561
# Check that the forwarded UvToolchainInfo looks vaguely correct.
562562
uv_info = env.expect.that_target(target).provider(
563-
UvToolchainInfo, factory = lambda v, meta: v
563+
UvToolchainInfo,
564+
factory = lambda v, meta: v,
564565
)
565566
env.expect.that_str(str(uv_info.label)).contains("//tests/uv/uv:fake_foof")
566567

0 commit comments

Comments
 (0)