Skip to content

Commit 220bcfe

Browse files
committed
deleted 1 character to make everything work
1 parent bf14457 commit 220bcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/RobotContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ public Command justShootAuto() {
486486
return shootSpeakerSide();
487487
}
488488

489-
public Command `prepShooter() {
489+
public Command prepShooter() {
490490
return shooter.runVoltageBoth(rightShooterVolts::get, leftShooterVolts::get);
491491
}
492492

0 commit comments

Comments
 (0)