Skip to content

Commit

Permalink
Removed private final
Browse files Browse the repository at this point in the history
  • Loading branch information
amrikverma committed Feb 2, 2024
1 parent 78e3cb1 commit 282b0ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import static com.team2813.Constants.*;
public class Magazine extends SubsystemBase {
private final Motor kickerMotor;
Motor kickerMotor;

public Magazine() {
TalonFXWrapper kickerMotor = new TalonFXWrapper(KICKER, TalonFXInvertType.CounterClockwise);
Expand Down

0 comments on commit 282b0ee

Please sign in to comment.