Skip to content

Commit

Permalink
gazelle formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Daulet Zhanguzin committed Nov 8, 2023
1 parent 557a72c commit fa807b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ go_library(
"tokenizer.go",
"tokenizers.h",
],
cgo = True,
cdeps = [
":libtokenizers",
],
cgo = True,
# clinkopts = ["./libtokenizers.a -ldl -lm -lstdc++"],
importpath = "github.com/daulet/tokenizers",
visibility = ["//visibility:public"],
Expand Down
2 changes: 1 addition & 1 deletion example/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ go_library(

go_binary(
name = "example",
embed = [":example_lib"],
data = ["//test:data"],
embed = [":example_lib"],
visibility = ["//visibility:public"],
)
2 changes: 1 addition & 1 deletion test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ filegroup(
"data/sentence-transformers-labse.json",
],
visibility = ["//visibility:public"],
)
)

0 comments on commit fa807b3

Please sign in to comment.