Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Dec 11, 2023
1 parent eea20a6 commit 0ded002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ test_sources = glob(
"test/desc",
],
defines = [
'GZ_MSGS_TEST_PATH=\\"msgs/test\\"',
'GZ_MSGS_TEST_PATH=\\"msgs/test\\"',
],
deps = [
":msgs",
Expand Down
2 changes: 1 addition & 1 deletion tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@gz//bazel/skylark:build_defs.bzl", "gz_py_binary")

gz_py_binary(
name = "gz_msgs_generate_py",
main = "gz_msgs_generate.py",
srcs = ["gz_msgs_generate.py"],
main = "gz_msgs_generate.py",
visibility = ["//visibility:public"],
)

0 comments on commit 0ded002

Please sign in to comment.