Skip to content

Commit

Permalink
modules/zstd: fix formatting errors in BUILD file
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Aug 19, 2024
1 parent 88beb56 commit 94ebb25
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions xls/modules/zstd/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,16 @@ cc_library(
"@zstd//:decodecorpus",
],
deps = [
"//xls/common:subprocess",
"//xls/common/file:filesystem",
"//xls/common/file:get_runfile_path",
"//xls/common/status:status_macros",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/time",
"@com_google_absl//absl/types:span",
"//xls/common:subprocess",
"//xls/common/file:filesystem",
"//xls/common/file:get_runfile_path",
"//xls/common/status:status_macros",
],
)

Expand Down Expand Up @@ -213,8 +213,6 @@ cc_test(
tags = ["manual"],
deps = [
":data_generator",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/types:span",
"//xls/common:xls_gunit_main",
"//xls/common/file:filesystem",
"//xls/common/file:get_runfile_path",
Expand All @@ -230,8 +228,10 @@ cc_test(
"//xls/ir:bits",
"//xls/ir:ir_test_base",
"//xls/ir:value",
"@zstd",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/types:span",
"@com_google_googletest//:gtest",
"@zstd",
],
)

Expand Down Expand Up @@ -1002,10 +1002,6 @@ cc_test(
tags = ["manual"],
deps = [
":data_generator",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/types:span",
"//xls/common:xls_gunit_main",
"//xls/common/file:filesystem",
"//xls/common/file:get_runfile_path",
Expand All @@ -1020,8 +1016,12 @@ cc_test(
"//xls/ir:ir_parser",
"//xls/ir:value",
"//xls/jit:jit_proc_runtime",
"@zstd",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/types:span",
"@com_google_googletest//:gtest",
"@zstd",
],
)

Expand Down

0 comments on commit 94ebb25

Please sign in to comment.