Skip to content

Commit

Permalink
make ktlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpothen8 committed Feb 23, 2024
1 parent b9a76d7 commit a9dda3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class Climber(
rightMotor.setVoltage(ClimberConstants.RETRACT_VOLTAGE)
leftMotor.setVoltage(ClimberConstants.RETRACT_VOLTAGE)


// if (rightMotor.position > ClimberConstants.MIN_ENC_POS) {
// rightMotor.setVoltage(ClimberConstants.RETRACT_VOLTAGE)
// } else {
Expand Down

0 comments on commit a9dda3b

Please sign in to comment.