Skip to content

Commit

Permalink
Fix visibility of RedOp345Auto constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Nov 18, 2024
1 parent d4c56fb commit 8b025c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/autos/red/amp/RedOp345Auto.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import frc.robot.robot_manager.RobotManager;

public class RedOp345Auto extends BaseAuto {
protected RedOp345Auto(RobotManager robotManager, Trailblazer trailblazer) {
public RedOp345Auto(RobotManager robotManager, Trailblazer trailblazer) {
super(robotManager, trailblazer);
}

Expand Down

0 comments on commit 8b025c9

Please sign in to comment.