Fix code changes
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / MaintainClimbedPosition.java
index 88ca8e0904198a6a7f7eb4ca61bd81537ea6a56a..e1a4b30b9cc599e560628ff7d50347931b84bf17 100644 (file)
@@ -42,7 +42,6 @@ public class MaintainClimbedPosition extends Command {
   protected void execute() {
     Robot.getDriveTrain().setMotorValues(DriveTrain.MAINTAIN_CLIMBED_POSITION,
         DriveTrain.MAINTAIN_CLIMBED_POSITION);
-
   }
 
   @Override