bazel: fixup

This commit is contained in:
Corentin Le Molgat
2023-04-03 16:26:47 +02:00
parent 2de7d6fbac
commit 7a0fd2ceb8
3 changed files with 13 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ def code_sample_cc(name):
"//ortools/graph:linear_assignment",
"//ortools/graph:max_flow",
"//ortools/graph:min_cost_flow",
"//ortools/graph:shortestpaths",
],
)
@@ -42,7 +41,6 @@ def code_sample_cc(name):
"//ortools/graph:linear_assignment",
"//ortools/graph:max_flow",
"//ortools/graph:min_cost_flow",
"//ortools/graph:shortestpaths",
],
)