Skip to content

Commit 5448119

Browse files
committed
make bazel
Signed-off-by: AilinKid <[email protected]>
1 parent 7b7382f commit 5448119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/planner/util/coreusage/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
33
go_library(
44
name = "coreusage",
55
srcs = [
6-
"costMisc.go",
7-
"optTracer.go",
6+
"cost_misc.go",
7+
"opt_tracer.go",
88
],
99
importpath = "github.com/pingcap/tidb/pkg/planner/util/coreusage",
1010
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)