Skip to content

Commit

Permalink
Merge branch 'garden' into mjcarroll/garden_cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Nov 2, 2023
2 parents dbb3649 + 6f41f11 commit a9a6968
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 @@ -3,7 +3,7 @@ load(
"@gz//bazel/skylark:build_defs.bzl",
"GZ_FEATURES",
"GZ_VISIBILITY",
"add_lint_tests"
"add_lint_tests",
)

package(
Expand Down
2 changes: 1 addition & 1 deletion example/bazel.repos
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories:
msgs:
type: git
url: https://github.com/gazebosim/gz-msgs
version: mjcarroll/garden_bazel
version: gz-msgs9
physics:
type: git
url: https://github.com/gazebosim/gz-physics
Expand Down
2 changes: 1 addition & 1 deletion skylark/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load(
"@rules_python//python:defs.bzl",
_py_binary = "py_binary",
_py_library = "py_library",
_py_test = "py_test"
_py_test = "py_test",
)

GZ_ROOT = "@gz//"
Expand Down

0 comments on commit a9a6968

Please sign in to comment.