Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
there was an extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanknj5 committed Jan 7, 2025
1 parent 49ea93c commit 2d15760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/purple/Purple.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Purple {

public static ChassisSpeeds getPurpleAdjustmentRobotRelative() {
var tx = LimelightHelpers.getTX("asdasd");
;


if (tx == 0) {
return new ChassisSpeeds();
Expand Down

0 comments on commit 2d15760

Please sign in to comment.