Skip to content

Commit c2b3e4e

Browse files
Formatting
1 parent 6465024 commit c2b3e4e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • src/launch_manager_daemon/common

src/launch_manager_daemon/common/BUILD

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *******************************************************************************
2-
# Copyright (c) 2025 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
33
#
44
# See the NOTICE file(s) distributed with this work for additional
55
# information regarding copyright ownership.
@@ -10,6 +10,7 @@
1010
#
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
13+
load("@rules_cc//cc:defs.bzl", "cc_test")
1314
load("//config:common_cc.bzl", "cc_binary_with_common_opts", "cc_library_with_common_opts")
1415

1516
cc_library(
@@ -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)