Skip to content

Commit fc51fff

Browse files
Formatting
1 parent 6465024 commit fc51fff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • src/launch_manager_daemon/common

src/launch_manager_daemon/common/BUILD

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313
load("//config:common_cc.bzl", "cc_binary_with_common_opts", "cc_library_with_common_opts")
14+
load("@rules_cc//cc:defs.bzl", "cc_test")
1415

1516
cc_library(
1617
name = "identifier_hash",
@@ -102,9 +103,6 @@ cc_library(
102103
],
103104
)
104105

105-
# TESTS
106-
load("@rules_cc//cc:defs.bzl", "cc_test")
107-
108106
cc_test(
109107
name = "identifier_hash_UT",
110108
srcs = ["src/identifier_hash_UT.cpp"],
@@ -113,4 +111,4 @@ cc_test(
113111
":identifier_hash",
114112
"@googletest//:gtest_main",
115113
],
116-
)
114+
)

0 commit comments

Comments
 (0)