Skip to content

Commit 5672ddf

Browse files
committed
Fix bazel formatting
1 parent 491e3a4 commit 5672ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/bazel/internal/zipmerge/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ cc_binary(
2020
cc_test(
2121
name = "test",
2222
size = "small",
23-
linkstatic = True, # required to build the test in the internal repo
2423
srcs = ["zipmerge_test.cpp"],
2524
data = glob(["test-files/*"]),
25+
linkstatic = True, # required to build the test in the internal repo
2626
deps = [
2727
":lib",
2828
"@bazel_tools//tools/cpp/runfiles",

0 commit comments

Comments
 (0)