Skip to content

Commit

Permalink
bazel: indent fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 25, 2023
1 parent fdae427 commit a3a7630
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ortools/sat/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ cc_library(
deps = [
":cp_model_cc_proto",
":cp_model_utils",
":util",
":util",
"//ortools/base",
"//ortools/base:strong_vector",
"//ortools/util:bitset",
Expand Down
2 changes: 0 additions & 2 deletions ortools/sat/colab/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ py_library(
srcs = ["visualization.py"],
visibility = ["//visibility:public"],
)


2 changes: 1 addition & 1 deletion ortools/util/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"//ortools/base",
"//ortools/base:timer",
"//ortools/base:timer",
"@com_google_absl//absl/strings",
],
)
Expand Down

0 comments on commit a3a7630

Please sign in to comment.