Skip to content

Commit 39ed3a9

Browse files
committed
base: cleanup
1 parent 1f483d5 commit 39ed3a9

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

ortools/base/BUILD.bazel

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,9 @@ cc_library(
305305

306306
cc_library(
307307
name = "hash",
308-
srcs = [
309-
"hash.cc",
310-
],
311-
hdrs = [
312-
"hash.h",
313-
],
314-
deps = [
315-
"@abseil-cpp//absl/strings",
316-
],
308+
srcs = ["hash.cc"],
309+
hdrs = ["hash.h"],
310+
deps = ["@abseil-cpp//absl/strings"],
317311
)
318312

319313
cc_library(

0 commit comments

Comments
 (0)