Skip to content

Commit

Permalink
Remove doubled lines
Browse files Browse the repository at this point in the history
  • Loading branch information
BenG49 committed Jan 30, 2024
1 parent 820868a commit 8542c21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class AmperScoreAmpRoutine extends SequentialCommandGroup {

public AmperScoreAmpRoutine() {
addCommands(
new AmperToHeight(Score.AMP_SCORE_HEIGHT.get()),
new AmperToHeight(Score.AMP_SCORE_HEIGHT.get()),
new AmperScore()
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class AmperScoreTrapRoutine extends SequentialCommandGroup {

public AmperScoreTrapRoutine() {
addCommands(
new AmperToHeight(Score.TRAP_SCORE_HEIGHT.get()),
new AmperToHeight(Score.TRAP_SCORE_HEIGHT.get()),
new AmperScore()
);
Expand Down

0 comments on commit 8542c21

Please sign in to comment.