Skip to content

Commit

Permalink
Automatically applied spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan-B authored and github-actions[bot] committed Jan 27, 2025
1 parent 5ca31b9 commit b1d753e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private void initAutoChooser() {

m_chooser.addOption("DriveForward", new DriveForward(m_swerveDrive));
m_chooser.addOption("TestAuto1", new TestAuto1(m_swerveDrive));

}

private void initSmartDashboard() {
Expand Down Expand Up @@ -179,6 +178,7 @@ private void configureBindings() {
m_driverController.x().whileTrue(new RunAlgaeIntake(m_algaeIntake, 0.5)); // outtake
m_driverController.y().whileTrue(new RunAlgaeIntake(m_algaeIntake, -0.5)); // intake
}

/**
* Use this to pass the autonomous command to the main {@link Robot} class.
*
Expand Down

0 comments on commit b1d753e

Please sign in to comment.