Skip to content

Commit 064b690

Browse files
committed
Run buildifier
1 parent 7296ee6 commit 064b690

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/additional_linker_inputs_tests.bzl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ def _swift_binary_additional_linker_inputs_test_impl(ctx):
7272
swift_binary_additional_linker_inputs_test = analysistest.make(
7373
_swift_binary_additional_linker_inputs_test_impl,
7474
attrs = {
75-
"expected_additional_inputs": attr.string_list(
76-
),
77-
"expected_linkopts": attr.string_list(
78-
),
75+
"expected_additional_inputs": attr.string_list(),
76+
"expected_linkopts": attr.string_list(),
7977
},
8078
)
8179

0 commit comments

Comments
 (0)