Skip to content

Commit

Permalink
Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
team6101 committed Mar 6, 2024
1 parent d77aeaa commit cc2dd15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public class Robot extends TimedRobot {
MotorController leftClimb = MotorControllerFactory.create(
Constants.LEFT_CLIMB_ID,
MotorController.Type.SparkMaxBrushed

);
MotorController rightClimb = MotorControllerFactory.create(
Constants.RIGHT_CLIMB_ID,
Expand Down Expand Up @@ -114,7 +113,6 @@ public void robotInit() {
autonRouteChooser.addOption("Test SmartMotion movement", AutonRoutes.TEST_SMART_MOTION_MOVEMENT);
autonRouteChooser.addOption("Test Manual PID movement", AutonRoutes.TEST_PID_MOVEMENT);


SmartDashboard.putData("Auton Routes", autonRouteChooser);

driveLeftChild.follow(driveLeftParent);
Expand Down

0 comments on commit cc2dd15

Please sign in to comment.