Skip to content

Commit

Permalink
fix BUILD file with buildifier
Browse files Browse the repository at this point in the history
Signed-off-by: udayaprakash <[email protected]>
  • Loading branch information
udaya2899 committed Nov 14, 2024
1 parent 46400b9 commit ec68219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ cc_library(
hdrs = ["include/gz/math/Angle.hh"],
includes = ["include"],
deps = [
":Helpers",
":Config",
":Helpers",
],
)

Expand Down Expand Up @@ -1018,8 +1018,8 @@ cc_library(
hdrs = ["include/gz/math/SphericalCoordinates.hh"],
includes = ["include"],
deps = [
":Config",
":Angle",
":Config",
":CoordinateVector3",
":Helpers",
":Matrix3",
Expand Down

0 comments on commit ec68219

Please sign in to comment.