Skip to content

Commit e38b0b2

Browse files
committed
fix buildifier warnings
Signed-off-by: Matt Liberty <[email protected]>
1 parent a5a62be commit e38b0b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

BUILD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2025, The OpenROAD Authors
33

4+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
5+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
46
load("@rules_hdl//dependency_support/com_github_westes_flex:flex.bzl", "genlex")
57
load("@rules_hdl//dependency_support/org_gnu_bison:bison.bzl", "genyacc")
68
load("//bazel:tcl_encode_sta.bzl", "tcl_encode_sta")
@@ -300,9 +302,9 @@ cc_binary(
300302

301303
cc_library(
302304
name = "opensta_lib",
303-
srcs = parser_cc + parser_headers + glob(
305+
srcs = parser_cc +
306+
parser_headers + glob(
304307
include = [
305-
"app/StaMain.cc",
306308
"dcalc/*.cc",
307309
"dcalc/*.hh",
308310
"graph/*.cc",
@@ -333,6 +335,7 @@ cc_library(
333335
"util/Machine*.cc",
334336
],
335337
) + [
338+
"app/StaMain.cc",
336339
"util/Machine.cc",
337340
":StaConfig",
338341
],

0 commit comments

Comments
 (0)