bazel: cleanup BUILD.bazel

This commit is contained in:
Corentin Le Molgat
2025-05-26 15:07:03 +02:00
parent 3a640d05f5
commit 569bb0baff
21 changed files with 63 additions and 80 deletions

View File

@@ -20,7 +20,7 @@ cc_library(
deps = [
"//ortools/port:proto_utils",
"@abseil-cpp//absl/log:check",
"@protobuf//:protobuf",
"@protobuf",
],
)