Fix bazel formatting

This commit is contained in:
Paolo Tranquilli
2024-05-29 09:53:31 +02:00
parent 491e3a44be
commit 5672ddf8f3

View File

@@ -20,9 +20,9 @@ cc_binary(
cc_test(
name = "test",
size = "small",
linkstatic = True, # required to build the test in the internal repo
srcs = ["zipmerge_test.cpp"],
data = glob(["test-files/*"]),
linkstatic = True, # required to build the test in the internal repo
deps = [
":lib",
"@bazel_tools//tools/cpp/runfiles",