Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Jan 14, 2025
1 parent 8d016f3 commit 7355d6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rustutils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ genrule(
],
outs = [
"cpp/include/rustutils/color.hpp",
"cpp/src/color.rs.cpp"
"cpp/src/color.rs.cpp",
],
cmd = "./$(location generate.sh) $(@D) $(SRCS)",
tools = [
Expand All @@ -19,8 +19,8 @@ genrule(
rust_static_library(
name = "rustutils",
srcs = [
"src/color.rs",
"src/lib.rs",
"src/color.rs"
],
crate_name = "rustutils",
visibility = ["//visibility:public"],
Expand All @@ -33,7 +33,7 @@ rust_static_library(
cc_library(
name = "rustutilslib",
srcs = [
":cpp_bindings"
":cpp_bindings",
],
includes = [
"cpp/include",
Expand Down

0 comments on commit 7355d6b

Please sign in to comment.