Skip to content

Commit

Permalink
Fixup review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Aug 31, 2024
1 parent 471edea commit 22be6b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wpilibj/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ java_library(
"//ntcore:networktables-java",
"//wpimath:wpimath-java",
"//wpinet:wpinet-java",
"//wpiunits:wpiunits-java",
"//wpiunits",
"//wpiutil:wpiutil-java",
"@maven//:org_ejml_ejml_core",
"@maven//:org_ejml_ejml_simple",
Expand Down
2 changes: 1 addition & 1 deletion wpimath/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java_library(
srcs = [":generated_java"] + glob(["src/main/java/**/*.java"]),
visibility = ["//visibility:public"],
deps = [
"//wpiunits:wpiunits-java",
"//wpiunits",
"//wpiutil:wpiutil-java",
"@maven//:com_fasterxml_jackson_core_jackson_annotations",
"@maven//:com_fasterxml_jackson_core_jackson_core",
Expand Down
2 changes: 1 addition & 1 deletion wpiunits/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ java_binary(
srcs = ["src/dev/java/edu/wpi/first/units/DevMain.java"],
main_class = "edu.wpi.first.units.DevMain",
deps = [
":wpiunits-java",
":wpiunits",
],
)

0 comments on commit 22be6b6

Please sign in to comment.