Skip to content

Commit

Permalink
Apply Prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 1, 2024
1 parent 3fe12af commit 3c56e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/manager/Manager.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ public Manager() {
loopCounter = 50;

useBeamBreaksVal = false;
useAutoAlignVal = false;
useAutoAlignVal = false;
driverShooterAfterSpinningVal = false;
useClimbersVal = false;
useVisionVal = false;
useHeadingCorrectionVal = false;
useHeadingCorrectionVal = false;

useBeamBreaks.setDefaultOption("On", true);
useBeamBreaks.addOption("Off", false);
Expand Down

0 comments on commit 3c56e62

Please sign in to comment.